diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-28 01:55:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:08 -0500 |
commit | bc141c795767cc765731c607f1fb047811da6e03 (patch) | |
tree | ecfc5163d2e58a679240fded98b9d08ab6134328 /source4/build/m4/rewrite.m4 | |
parent | 4818967242c7f502661193428f6217e8caa43e20 (diff) | |
download | samba-bc141c795767cc765731c607f1fb047811da6e03.tar.gz samba-bc141c795767cc765731c607f1fb047811da6e03.tar.bz2 samba-bc141c795767cc765731c607f1fb047811da6e03.zip |
r15304: Fix smbd build, more updates on getting --enable-dso to build again
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
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="" |