]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
eliminate a warning with DSOs on recent AIX versions by using the same
authorJeff Trawick <trawick@apache.org>
Wed, 19 Feb 2003 15:50:40 +0000 (15:50 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 19 Feb 2003 15:50:40 +0000 (15:50 +0000)
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

src/Configure

index d2be2302d814e853ed8654f1bd56094a961610ce..f05ab7e158818f3621e8a14329084a318844b42e 100755 (executable)
@@ -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*)