wsanchez 2002/11/28 13:17:47
Modified: . configure.in
Log:
If you are going to use $(APRUTIL_LIBS), you have to use
$(APRUTIL_LDFLAGS) or you might not find, or worse get the wrong,
libraries.
Revision Changes Path
1.59 +1 -1 apr-util/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr-util/configure.in,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- configure.in 28 Nov 2002 21:04:32 -0000 1.58
+++ configure.in 28 Nov 2002 21:17:47 -0000 1.59
@@ -107,7 +107,7 @@
;;
*AIX*|*Darwin*)
dnl need such stuff as -liconv to be specified when building
libaprutil.la
- EXTRA_OS_LINK='$(APRUTIL_LIBS)'
+ EXTRA_OS_LINK='$(APRUTIL_LDFLAGS) $(APRUTIL_LIBS)'
;;
*)
;;