You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Kevin Pilch-Bisson <ke...@pilch-bisson.net> on 2001/01/23 20:18:13 UTC

Another patch for configure.in

Hi again,

Modified: configure.in
Log: Changed the definition of LIBTOOL_LIBS to use the abs_builddir
instead of abs_srcdir.

Revision    Changes Path
1.213       1       configure.in


Index: configure.in
===================================================================
RCS file: /home/cvspublic/apr/configure.in,v
retrieving revision 1.213
diff -u -p -r1.213 configure.in
--- configure.in	2001/01/23 16:26:28	1.213
+++ configure.in	2001/01/23 19:16:47
@@ -168,7 +168,7 @@ if test "$ac_cv_enable_shmem" = "mm"; th
   sharedmem="1"
   anonymous_shm="1"
   AC_MSG_RESULT(anonymous)
-  LIBTOOL_LIBS="$abs_srcdir/shmem/unix/mm/libmm.la"
+  LIBTOOL_LIBS="$abs_builddir/shmem/unix/mm/libmm.la"
 elif test "$ac_cv_enable_shmem" = "file"; then
   sharedmem="1"
   filebased_shm="1"

-- 
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson
kevin@pilch-bisson.net
http://www.pilch-bisson.net