From: Jelte Jansen Date: Mon, 5 May 2008 14:12:04 +0000 (+0000) Subject: just print the errors X-Git-Tag: release-1.3.0~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eb3f4e01d2eae7dbe88a7f85dbe69e12c07b825;p=thirdparty%2Fldns.git just print the errors --- diff --git a/configure.ac b/configure.ac index 26832e45..503b4162 100644 --- a/configure.ac +++ b/configure.ac @@ -89,12 +89,11 @@ $4 else AC_MSG_RESULT(failed) : -#echo '$2' -#echo "$CC $CFLAGS -Werror -Wall -c conftest.c" -#echo `$CC $CFLAGS -Werror -Wall -c conftest.c` -#echo "$CC $CFLAGS $1 -Werror -Wall -c conftest.c" -#echo `$CC $CFLAGS $1 -Werror -Wall -c conftest.c` -#exit +echo '$2' +echo "$CC $CFLAGS -Werror -Wall -c conftest.c" +echo `$CC $CFLAGS -Werror -Wall -c conftest.c` +echo "$CC $CFLAGS $1 -Werror -Wall -c conftest.c" +echo `$CC $CFLAGS $1 -Werror -Wall -c conftest.c` $5 fi fi