diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-02-12 09:47:31 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-02-12 09:47:31 +0100 |
commit | b6d030edbf2097d7664a18e638c1352426c17db7 (patch) | |
tree | 4399818a1227696fe5499bf563c02ac260b4b780 /configure.in | |
parent | ab1bdbebd961e7f460d84e5d9cca3771c62a4503 (diff) | |
parent | 6e0d92419e1d251854ef08dcdf901427ad81ea3e (diff) | |
download | mariadb-git-b6d030edbf2097d7664a18e638c1352426c17db7.tar.gz |
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 b8403cf54c7..639fc4174d1 100644 --- a/configure.in +++ b/configure.in @@ -609,7 +609,7 @@ AC_CHECK_TOOL([NM], [nm]) if test "$TARGET_LINUX" = "true" -a "$static_nss" = "" then - tmp=`$NM ${other_libc_lib:-/usr/lib*}/libc.a | grep _nss_files_getaliasent_r1` + tmp=`$NM ${other_libc_lib:-/usr/lib*}/libc.a 2>&1 | grep _nss_files_getaliasent_r1` if test -n "$tmp" then STATIC_NSS_FLAGS="-lc -lnss_files -lnss_dns -lresolv" |