Fix configure script on MacOS X

This commit is contained in:
Jean-Paul Saman 2007-01-07 21:37:11 +00:00
parent f749fe6d2d
commit 9ed73544c6
1 changed files with 1 additions and 1 deletions

View File

@ -5315,7 +5315,7 @@ then
[ [
firefox_libs=`pkg-config --libs firefox-plugin` firefox_libs=`pkg-config --libs firefox-plugin`
firefox_cflags=`pkg-config --cflags firefox-plugin` firefox_cflags=`pkg-config --cflags firefox-plugin`
PKG_CHECK_MODULES([nspr], [nspr], [ ], PKG_CHECK_MODULES([nspr], [nspr], [ nspr= ],
[ [
AC_MSG_ERROR([Please install the nspr development tools.]) AC_MSG_ERROR([Please install the nspr development tools.])
] ]