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:
parent
4075819da6
commit
bb3f2a3e63
@ -1182,7 +1182,7 @@ if test "$enable_shared" = "yes"; then
|
|||||||
LDSHFLAGS=""
|
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"
|
BLDSHARED="true"
|
||||||
LDSHFLAGS="-bundle -flat_namespace -undefined suppress"
|
LDSHFLAGS="-bundle -flat_namespace -undefined suppress"
|
||||||
SHLIBEXT="dylib"
|
SHLIBEXT="dylib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user