diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 10f1b2f7fc..0cf34bc9a7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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" |