From: Jeff Trawick Date: Wed, 19 Feb 2003 15:50:40 +0000 (+0000) Subject: eliminate a warning with DSOs on recent AIX versions by using the same X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab05a22d68e63c8e0014c6e76fe210326c292497;p=thirdparty%2Fapache%2Fhttpd.git eliminate a warning with DSOs on recent AIX versions by using the same flags as on AIX 4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98732 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/Configure b/src/Configure index d2be2302d81..f05ab7e1588 100755 --- a/src/Configure +++ b/src/Configure @@ -1393,7 +1393,7 @@ if [ "x$using_shlib" = "x1" ] ; then */cc|cc ) CFLAGS_SHLIB="" ;; esac case $PLAT in - *-ibm-aix4*) + *-ibm-aix[45678]*) LDFLAGS_SHLIB="-H512 -T512 -bhalt:4 -bM:SRE -bnoentry" ;; *-ibm-aix*)