Remove stray debug statement

This commit is contained in:
Jay Berkenbilt 2018-10-12 09:01:28 -04:00
parent 54822c8e30
commit cd7c0bf368
3 changed files with 1 additions and 9 deletions

View File

@ -1,4 +1,4 @@
0f7774ac1a4dc4abdbb5b41200cb0300 configure.ac
778da79a0593929b27db80016877d550 configure.ac
d16a8e8947744745887520e331e59e39 m4/ax_random_device.m4
2cc70ef55adb11e355f6e8c30dcab090 m4/libtool.m4
064af1799febaa676203302bbf359180 m4/ltoptions.m4

4
configure vendored
View File

@ -2608,10 +2608,6 @@ if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then
fi
fi
if md5sum configure.ac m4/* | diff -q - autofiles.sums; then
echo "Automatically generated files are stale; rerun autogen.sh"
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'

View File

@ -23,10 +23,6 @@ if test "$AUTOCONF$AUTOHEADER$ACLOCAL$MD5SUM" = "1111"; then
fi
fi
if md5sum configure.ac m4/* | diff -q - autofiles.sums; then
echo "Automatically generated files are stale; rerun autogen.sh"
fi
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_CXX