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

This commit is contained in:
richm%stanfordalumni.org 2006-01-12 18:23:00 +00:00
parent e0dc53e4ff
commit b28a2f939b
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