use NSS_LIBS instead of NSS_LIB_PATH for the --with-nss case

git-svn-id: svn://10.0.0.236/trunk@187493 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
richm%stanfordalumni.org 2006-01-12 18:23:00 +00:00
parent ea13199259
commit 6e3077d14e
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ AC_DEFUN(AM_PATH_GIVEN_NSS,
USE_NSS=1
AC_MSG_RESULT([using $withval])
NSS_CFLAGS="-I$withval/include"
NSS_LIB_PATH="-L$withval/lib"
NSS_LIBS="-L$withval/lib"
else
USE_NSS=
fi])

View File

@ -2199,7 +2199,7 @@ echo "${ECHO_T}yes" >&6
echo "$as_me:$LINENO: result: using $withval" >&5
echo "${ECHO_T}using $withval" >&6
NSS_CFLAGS="-I$withval/include"
NSS_LIB_PATH="-L$withval/lib"
NSS_LIBS="-L$withval/lib"
else
USE_NSS=
fi