summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-04-13 13:02:58 +0200
committerunknown <msvensson@neptunus.(none)>2006-04-13 13:02:58 +0200
commitdff303bcbd5200532689f8e2f21e4acbb7016d4a (patch)
treecc50b67410e4336729a4e79df9149a5812c680a4 /configure.in
parentf4e5a77d50e921b9d90a2ea9cfc24445bc4deb93 (diff)
downloadmariadb-git-dff303bcbd5200532689f8e2f21e4acbb7016d4a.tar.gz
Bug#18837 Many build and test failures when configuring without --disable-shared
Build "NOINST" tools with -static flag to avoid any ld problems when using them configure.in: Build "NOINST" tools with -static flag to avoid any ld problems when using them
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3e936ae422f..41ba8f4c8f0 100644
--- a/configure.in
+++ b/configure.in
@@ -513,7 +513,7 @@ then
AC_MSG_ERROR([MySQL requires an ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.])
fi
-NOINST_LDFLAGS=
+NOINST_LDFLAGS="-static"
static_nss=""
STATIC_NSS_FLAGS=""