1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

r26512: Another attempt at fixing darwin

(This used to be commit 4fa04924ab)
This commit is contained in:
Jelmer Vernooij
2007-12-17 19:18:55 +01:00
committed by Stefan Metzmacher
parent ac4237e997
commit fe6faa4df2

View File

@ -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