diff options
author | msvensson@neptunus.(none) <> | 2006-04-21 09:47:21 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-04-21 09:47:21 +0200 |
commit | 8786a1258f142f37e46ada998ae4999391bf6a6d (patch) | |
tree | 108e7dcef6aeb3187c425bdf51d32f7423682a88 /configure.in | |
parent | ab62f848eca34fec18c7817105ae242f27a1fa57 (diff) | |
parent | f3373899e2e077f7ad5fb2e07a3581eb4a0cf960 (diff) | |
download | mariadb-git-8786a1258f142f37e46ada998ae4999391bf6a6d.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/my50-bug18837
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 174c9a16d8e..c10edbd841a 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="" |