From: Wouter Wijngaards Date: Mon, 5 Feb 2007 11:19:05 +0000 (+0000) Subject: Nicer printout, unneeded include. X-Git-Tag: release-1.2.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e556185fb9db040cf14c1d7482e98a2e8dae82;p=thirdparty%2Fldns.git Nicer printout, unneeded include. --- diff --git a/configure.ac b/configure.ac index d3dffc34..ac6e6a76 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ dnl routine to help check for needed compiler flags. AC_DEFUN([CHECK_COMPILER_FLAG_NEEDED], [ AC_REQUIRE([AC_PROG_CC]) -AC_MSG_CHECKING(whether we need -$1 as a flag for $CC) +AC_MSG_CHECKING(whether we need $1 as a flag for $CC) cache=`echo $1 | sed 'y%.=/+-%___p_%'` AC_CACHE_VAL(cv_prog_cc_flag_needed_$cache, [ diff --git a/examples/ldns-testpkts.h b/examples/ldns-testpkts.h index f15cf42c..68293000 100644 --- a/examples/ldns-testpkts.h +++ b/examples/ldns-testpkts.h @@ -124,7 +124,6 @@ ENTRY_END void verbose(int level, char* format, ...); output function. */ -#include "config.h" #include /** Type of transport, since some entries match based on UDP or TCP of query */