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:
parent
ea13199259
commit
6e3077d14e
@ -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])
|
||||
|
||||
2
mozilla/directory/c-sdk/configure
vendored
2
mozilla/directory/c-sdk/configure
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user