1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

r26512: Another attempt at fixing darwin

This commit is contained in:
Jelmer Vernooij
2007-12-17 19:18:55 +01:00
committed by Stefan Metzmacher
parent 5b3a8c8ae1
commit 4fa04924ab

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