From: Ryan Bloom Date: Tue, 25 Sep 2001 15:58:52 +0000 (+0000) Subject: httpd.exp is a generated file, and therefore, it is generated into the X-Git-Tag: 2.0.26~183 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=356182739b985c4af8f2392f8320698e94db8b3b;p=thirdparty%2Fapache%2Fhttpd.git httpd.exp is a generated file, and therefore, it is generated into the build directory, not the source directory. When we go to use it, we have to look in the build dir for it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91142 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index bce59dac831..fd5d8fde6fd 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_srcdir/server/httpd.exp" - SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_srcdir/server/httpd.exp" + HTTPD_LDFLAGS="$HTTPD_LDFLAGS -Wl,-bE:$abs_blddir/server/httpd.exp" + SH_LDFLAGS="$SH_LDFLAGS -Wl,-bI:$abs_blddir/server/httpd.exp" ;; *beos) SH_LDFLAGS='$(top_builddir)/_APP_'