From ef73b5e4b0423224259f321c86aa81de3af01f2a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Apr 2006 13:02:58 +0200 Subject: 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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="" -- cgit v1.2.1