]> granicus.if.org Git - apache/commitdiff
Fix a typo in the configure script. This get AIX building cleanly.
authorRyan Bloom <rbb@apache.org>
Mon, 15 Oct 2001 17:28:01 +0000 (17:28 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 15 Oct 2001 17:28:01 +0000 (17:28 +0000)
Submitted by: Jens-Uwe Mager <jum@helios.de>
Reviewed by: Aaron Bannert <aaron@clove.org> and Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91471 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 87b2588dcc27a242b5d4c451d53602e647e02417..abbda853b6d1d09e102507ebd018a8770ba35e8f 100644 (file)
@@ -279,8 +279,8 @@ if test "$apache_need_shared" = "yes"; then
   fi
   case $host in
     *-ibm-aix*)
-      HTTPD_LDFLAGS="$HTTPD_LDFLAGS -Wl,-bE:$abs_blddir/server/httpd.exp"
-      SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_blddir/server/httpd.exp"
+      HTTPD_LDFLAGS="$HTTPD_LDFLAGS -Wl,-bE:$abs_builddir/server/httpd.exp"
+      SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_builddir/server/httpd.exp"
       ;;
     *beos)
       SH_LDFLAGS='$(top_builddir)/_APP_'