]> granicus.if.org Git - apache/commitdiff
Actually link apr-util's .a file, instead of relying on libtool. We may
authorRyan Bloom <rbb@apache.org>
Thu, 21 Dec 2000 01:27:46 +0000 (01:27 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 21 Dec 2000 01:27:46 +0000 (01:27 +0000)
want to change this later, but right now, we want a single binary that
has every function it requires.

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

configure.in

index 896868a69db7b023d4065139e1de46625e65fe07..4dd5a1d96ae6bc1b815a31b9ba88029e81f350e7 100644 (file)
@@ -174,7 +174,7 @@ apache_need_expat=yes
 
 dnl AP_LIB_DIRS specifies the additional libs from srclib/ that we need
 dnl AP_LIBS specifies the actual libraries. note we have some required libs.
-AP_LIBS="srclib/pcre/libpcre.la srclib/apr-util/libaprutil.la"
+AP_LIBS="srclib/pcre/libpcre.la srclib/apr-util/.libs/libaprutil.a"
 
 if test "$apache_need_expat" = "yes"; then
   AP_LIB_DIRS="$AP_LIB_DIRS expat-lite"