From cd7c0bf3687b7a77c22451e7d890f0b156098108 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 12 Oct 2018 09:01:28 -0400 Subject: Remove stray debug statement --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b3fac871..ec5d9571 100755 --- a/configure +++ b/configure @@ -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' -- cgit v1.2.3-54-g00ecf