From: Ryan Bloom Date: Mon, 15 Oct 2001 17:28:01 +0000 (+0000) Subject: Fix a typo in the configure script. This get AIX building cleanly. X-Git-Tag: 2.0.26~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72352266ffd7e62fb95147c1ba41ee7abb4feff2;p=apache Fix a typo in the configure script. This get AIX building cleanly. Submitted by: Jens-Uwe Mager Reviewed by: Aaron Bannert and Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91471 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 87b2588dcc..abbda853b6 100644 --- a/configure.in +++ b/configure.in @@ -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_'