jfclere 2003/09/25 06:38:27
Modified: daemon/src/native/unix/support apsupport.m4
Log:
Darwin does not need the -ldl
Revision Changes Path
1.3 +1 -2 jakarta-commons/daemon/src/native/unix/support/apsupport.m4
Index: apsupport.m4
===================================================================
RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/support/apsupport.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apsupport.m4 12 Sep 2003 09:08:51 -0000 1.2
+++ apsupport.m4 25 Sep 2003 13:38:27 -0000 1.3
@@ -88,7 +88,6 @@
darwin*)
CFLAGS="$CFLAGS -DOS_DARWIN -DDSO_DYLD"
supported_os="darwin"
- LDFLAGS="$LDFLAGS -ldl"
;;
solaris*)
CFLAGS="$CFLAGS -DOS_SOLARIS -DDSO_DLFCN"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]