mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 14:53:15 -05:00
Fixup Cflags detection in configure.
git-svn-id: file:///svn/unbound/trunk@1317 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8fb41f5c00
commit
f59b1a96b1
3 changed files with 5 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ AC_SUBST(LIBUNBOUND_CURRENT)
|
|||
AC_SUBST(LIBUNBOUND_REVISION)
|
||||
AC_SUBST(LIBUNBOUND_AGE)
|
||||
|
||||
CFLAGS=
|
||||
CFLAGS="$CFLAGS"
|
||||
AC_AIX
|
||||
|
||||
dnl
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue