зеркало из https://github.com/mozilla/pjs.git
use NSS_LIBS instead of NSS_LIB_PATH for the --with-nss case
This commit is contained in:
Родитель
193db56223
Коммит
7e78507517
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче