From f59b1a96b16ae40ebdf7636eefe4e98d96342f66 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 22 Oct 2008 07:40:37 +0000 Subject: [PATCH] Fixup Cflags detection in configure. git-svn-id: file:///svn/unbound/trunk@1317 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 2 +- configure.ac | 2 +- doc/Changelog | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 44551781e..898717afe 100755 --- a/configure +++ b/configure @@ -1964,7 +1964,7 @@ LIBUNBOUND_AGE=0 -CFLAGS= +CFLAGS="$CFLAGS" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/configure.ac b/configure.ac index a1e63f5e4..2a7f9ed8d 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_SUBST(LIBUNBOUND_CURRENT) AC_SUBST(LIBUNBOUND_REVISION) AC_SUBST(LIBUNBOUND_AGE) -CFLAGS= +CFLAGS="$CFLAGS" AC_AIX dnl diff --git a/doc/Changelog b/doc/Changelog index c32a9c387..7f16a7ebb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +22 October 2008: Wouter + - CFLAGS are picked up by configure from the environment. + 21 October 2008: Wouter - fix update-anchors.sh, so it does not report different RR order as an update. Sorts the keys in the file. Updated copyright.