--- configure.in-keep Fri Jul 27 22:11:32 2001 +++ configure.in Fri Jul 27 22:30:23 2001 @@ -330,12 +330,12 @@ enable_file_mmagic_checking=yes) if test "$enable_file_mmagic_checking" = "yes"; then - changequote(<<, >>) +# changequote(<<, >>) tmp=`$PERL -nle 'print \$1 if /^\\$VERSION = \"([\d\.]+)\";\$/' \ $srcdir/File-MMagic/MMagic.pm` # tmp="10.0" # for testing AC_MSG_CHECKING(for File::MMagic perl module) - changequote([, ]) +# changequote([, ]) if $PERL -e "use lib '$PMDIR'; use File::MMagic $tmp;"; then AC_MSG_RESULT(yes)