summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-09-23 14:06:48 +0200
committerunknown <lenz@mysql.com>2002-09-23 14:06:48 +0200
commit3e01cee3548cc3ec35f925c0d5c97c253b73c143 (patch)
treedd377a3ba15d42f61822eeafdbd16c830853c225 /configure.in
parentf638867140232233648fc80f2fe91d2f2c75e2d0 (diff)
downloadmariadb-git-3e01cee3548cc3ec35f925c0d5c97c253b73c143.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.in2
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