svn commit: samba r19286 - in branches/SAMBA_3_0/source: .

jpeach at samba.org jpeach at samba.org
Sun Oct 15 04:49:23 GMT 2006


Author: jpeach
Date: 2006-10-15 04:49:22 +0000 (Sun, 15 Oct 2006)
New Revision: 19286

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19286

Log:
Remove dependency on Fink. If we really *need* anything from Fink,
this shold be a strong dependency. If stuff from Fink is an optional
extra, there should be a --with-stuff-from-fink argument. It's just
too easy to unexpectedly end up with binaries that depend on
/sw/{lib,include}.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-10-14 21:42:48 UTC (rev 19285)
+++ branches/SAMBA_3_0/source/configure.in	2006-10-15 04:49:22 UTC (rev 19286)
@@ -813,21 +813,10 @@
 #
     *darwin*)
 	AC_DEFINE(BROKEN_UNICODE_COMPOSE_CHARACTERS, 1, [Does this system use unicode compose characters])
-# Add Fink directories for various packages, like dlcompat.
-# Note: iconv does that explicitly below, but other packages
-# don't.
-	CPPFLAGS="$CPPFLAGS -I/sw/include"
-	LDFLAGS="$LDFLAGS -L/sw/lib"
 
-# If we have dlsym_prepend_underscore (from Fink's dlcompat),
-# use that instead of plain dlsym.
-
-	AC_CHECK_LIB(dl,dlopen)
-	AC_CHECK_FUNCS(dlsym_prepend_underscore,[CPPFLAGS="$CPPFLAGS -Ddlsym=dlsym_prepend_underscore"])
-
-# Add a system specific charset module.
-
+	# Add a system specific charset module.
 	default_shared_modules="$default_shared_modules charset_macosxfs"
+
 	;;
     *hurd*)
         AC_MSG_CHECKING([for LFS support])



More information about the samba-cvs mailing list