r25963: libreplace: samba3 doesn't use SONAMEFLAG on Mac OS 10, so also try this
authorStefan Metzmacher <metze@samba.org>
Thu, 15 Nov 2007 09:20:55 +0000 (10:20 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:45:20 +0000 (05:45 +0100)
metze

source/lib/replace/libreplace_ld.m4

index 3a476dc90ba42e2b036aab75321d1339358ebb30..506933ce31c9efbad854b155191aeb70fba9a69f 100644 (file)
@@ -172,7 +172,7 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
                        SONAMEFLAG="-Wl,-soname,"
                        ;;
                *darwin*)
-                       SONAMEFLAG="-compatibility_version "
+                       SONAMEFLAG="#"
                        ;;
                *aix*)
                        # Not supported