diff options
author | unknown <joerg@trift2.> | 2007-10-15 20:08:57 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-10-15 20:08:57 +0200 |
commit | 61fb25ba9cf3c9dc068a229852517930c138840f (patch) | |
tree | 15c595c899807e0b093fa55bc99e2e2fab8d68e1 /configure.in | |
parent | 55fa8e34eb98ded922e96b722d4e5091572cb84e (diff) | |
parent | 95c48241045ca1c41defb16ee8bb126c6688d018 (diff) | |
download | mariadb-git-61fb25ba9cf3c9dc068a229852517930c138840f.tar.gz |
Merge trift2.:/MySQL/M50/bug29658-5.0
into trift2.:/MySQL/M51/bug29658-5.1
configure.in:
Auto merged
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 e8693f1fa71..f1915ebf8f5 100644 --- a/configure.in +++ b/configure.in @@ -589,7 +589,7 @@ AC_SUBST(NOINST_LDFLAGS) if test "$TARGET_LINUX" = "true" -a "$static_nss" = "" then - tmp=`nm /usr/lib/libc.a | grep _nss_files_getaliasent_r` + tmp=`nm /usr/lib*/libc.a | grep _nss_files_getaliasent_r` if test -n "$tmp" then STATIC_NSS_FLAGS="-lc -lnss_files -lnss_dns -lresolv" |