diff options
author | unknown <lenz@mysql.com> | 2002-09-23 14:06:48 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-09-23 14:06:48 +0200 |
commit | ea2f01303576135348a106edffff6cbe5d773b07 (patch) | |
tree | dd377a3ba15d42f61822eeafdbd16c830853c225 /configure.in | |
parent | 3e77f4c6674a02d8202a0a66b3ef7a78620d3347 (diff) | |
download | mariadb-git-ea2f01303576135348a106edffff6cbe5d773b07.tar.gz |
- added missing line from the 4.0 configure.in patch
configure.in:
- Added missing line from 4.0 patch for static glibc linking
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 0d454673ab4..4c59bd284d4 100644 --- a/configure.in +++ b/configure.in @@ -2276,7 +2276,7 @@ fi if test "$static_nss" = "1" then - LDFLAGS="$LDFLAGS -static -L$other_libc_lib " + LDFLAGS="$LDFLAGS -static $OTHER_LIBC_LIB" LIBS="$LIBS $STATIC_NSS_FLAGS" fi |