1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

Fix for typo in darwin detection.

Jeremy.
(This used to be commit 8a57f1a72c88cde233b126d468183c52c2598420)
This commit is contained in:
Jeremy Allison 2003-09-14 19:18:48 +00:00
parent 4075819da6
commit bb3f2a3e63

View File

@ -1182,7 +1182,7 @@ if test "$enable_shared" = "yes"; then
LDSHFLAGS=""
;;
darwin*) AC_DEFINE(DARWINOS,1,[Whether the host os is Darwin/MacOSX])
*darwin*) AC_DEFINE(DARWINOS,1,[Whether the host os is Darwin/MacOSX])
BLDSHARED="true"
LDSHFLAGS="-bundle -flat_namespace -undefined suppress"
SHLIBEXT="dylib"