summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 19:18:55 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:51:18 +0100
commitfe6faa4df2c693ec2b5d820fc15c4d1180a7fe9b (patch)
treebb8f1b8d9f0157ebf6ac7e5d4ae36b284ba84255 /source4/lib/replace
parentac4237e9971bd50ef194f2166365ff91af4dbfaa (diff)
downloadsamba-fe6faa4df2c693ec2b5d820fc15c4d1180a7fe9b.tar.gz
samba-fe6faa4df2c693ec2b5d820fc15c4d1180a7fe9b.tar.bz2
samba-fe6faa4df2c693ec2b5d820fc15c4d1180a7fe9b.zip
r26512: Another attempt at fixing darwin
(This used to be commit 4fa04924ab41bd6ad1a0c6d8d9b1987bf09d5270)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/libreplace_ld.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4
index 2652f89cb6..c317680a9a 100644
--- a/source4/lib/replace/libreplace_ld.m4
+++ b/source4/lib/replace/libreplace_ld.m4
@@ -142,7 +142,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_FLAGS],
LD_SHLIB_FLAGS="-shared"
;;
*darwin*)
- LD_SHLIB_FLAGS="-bundle -dynamiclib -Wl,-search_paths_first"
+ LD_SHLIB_FLAGS="-dynamiclib -Wl,-search_paths_first"
;;
esac