From 72352266ffd7e62fb95147c1ba41ee7abb4feff2 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 15 Oct 2001 17:28:01 +0000 Subject: [PATCH] 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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_' -- 2.40.0