diff options
Diffstat (limited to 'source4/build/m4/rewrite.m4')
-rw-r--r-- | source4/build/m4/rewrite.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4 index 2002bae353..deac542e2b 100644 --- a/source4/build/m4/rewrite.m4 +++ b/source4/build/m4/rewrite.m4 @@ -1,11 +1,10 @@ dnl Checks for programs. dnl Unique-to-Samba variables we'll be playing with. -DYNEXP= - AC_SUBST(SHLIBEXT) AC_SUBST(LDSHFLAGS) AC_SUBST(SONAMEFLAG) +AC_SUBST(DYNEXP) AC_SUBST(PICFLAG) AC_SYS_LARGEFILE @@ -103,6 +102,7 @@ AC_SUBST(BLDSHARED) BLDSHARED="false" # these are the defaults, good for lots of systems +DYNEXP= HOST_OS="$host_os" LDSHFLAGS="-shared" SONAMEFLAG="" |