Commit 77117c83 authored by mleich@four.local.lan's avatar mleich@four.local.lan

Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.1-build

into  four.local.lan:/WORK/mysql-5.1-build/src-clean
parents 714e2091 8f60de6d
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment