X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=67f763b6c102fa697f736a3348bba6c4342ce628;hb=798b8dc5d84bc9b4884c67389950377ac2b97a66;hp=c7a21879bc989c02d4c96a68b1791b5cf47146a5;hpb=79633552a42f5d6d60d5204c39acb0bc093199ae;p=libguestfs.git diff --git a/configure.ac b/configure.ac index c7a2187..67f763b 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.13]) +AC_INIT([libguestfs],[1.0.14]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -186,7 +186,7 @@ dnl test the Perl bindings. missing_perl_modules=no for pm in Test::More Test::Pod Test::Pod::Coverage ExtUtils::MakeMaker; do AC_MSG_CHECKING([for $pm]) - if ! perl -M$pm >/dev/null 2>&1; then + if ! perl -M$pm -e1 >/dev/null 2>&1; then AC_MSG_RESULT([no]) missing_perl_modules=yes else