]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
httpd.exp is a generated file, and therefore, it is generated into the
authorRyan Bloom <rbb@apache.org>
Tue, 25 Sep 2001 15:58:52 +0000 (15:58 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 25 Sep 2001 15:58:52 +0000 (15:58 +0000)
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

configure.in

index bce59dac831e39499e882b5e152396c411d197cb..fd5d8fde6fdeb9dd6e5632be78e1cab45d845d0a 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_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_'