From: Wouter Wijngaards Date: Thu, 4 Jan 2007 15:05:58 +0000 (+0000) Subject: Changed configure to properly detect -O2 for older gcc on SunOS9. X-Git-Tag: release-0.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3720bc9a2cc4a0bd144727e5113a961d383d9d94;p=thirdparty%2Funbound.git Changed configure to properly detect -O2 for older gcc on SunOS9. git-svn-id: file:///svn/unbound/trunk@16 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure.ac b/configure.ac index 130b33323..b1dd32795 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AC_PREREQ(2.57) AC_INIT(unbound, 0.1, wouter@nlnetlabs.nl, unbound) +CFLAGS= AC_AIX dnl routine to help check for compiler flags.