diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-20 08:58:13 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-20 08:59:27 +0200 |
commit | e3b5e286d062fe2e82ea0ac4820bd036f3882db9 (patch) | |
tree | 92284965673563798f727a9acc631901772bf9fb | |
parent | 8811aa1376b44e1d43c4e428ed0c8d3d405c88fa (diff) | |
download | samba-e3b5e286d062fe2e82ea0ac4820bd036f3882db9.tar.gz samba-e3b5e286d062fe2e82ea0ac4820bd036f3882db9.tar.xz samba-e3b5e286d062fe2e82ea0ac4820bd036f3882db9.zip |
Do not do a merged build without shared libs
Jelmer, you might want to take a look at Andrew B's problem with
--enable-developer --disable-shared --disable-shared-libs
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index e505253a522..44374b989cb 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1804,6 +1804,7 @@ if test x"$BLDSHARED" != x"true"; then SHLD="shared-libraries-disabled" PICFLAG="${PIE_CFLAGS}" SHLIBEXT="shared_libraries_disabled" + merged_build_possible=no fi AC_MSG_CHECKING([used PICFLAG]) |