]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Nicer printout, unneeded include.
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 5 Feb 2007 11:19:05 +0000 (11:19 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 5 Feb 2007 11:19:05 +0000 (11:19 +0000)
configure.ac
examples/ldns-testpkts.h

index d3dffc346f472f73ffe010c3889195ebb7680d80..ac6e6a7606f37efb88fc9fdc2ce6ea5cc5080a7f 100644 (file)
@@ -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,
 [
index f15cf42c23a9ab042c537515bbaaf402c92d0824..68293000db9a23c3b2e494b2c8ff7f868471f465 100644 (file)
@@ -124,7 +124,6 @@ ENTRY_END
    void verbose(int level, char* format, ...); output function.
 */
 
-#include "config.h"
 #include <ldns/ldns.h>
 
 /** Type of transport, since some entries match based on UDP or TCP of query */