]> git.sesse.net Git - vlc/commitdiff
Fix configure script on MacOS X
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Jan 2007 21:37:11 +0000 (21:37 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Jan 2007 21:37:11 +0000 (21:37 +0000)
configure.ac

index eb036c9e625ac10092cdb631ee0ff4a66f18bfed..9edec03ecba1b79f209ca131d50f4d1a1f9dc116 100644 (file)
@@ -5315,7 +5315,7 @@ then
       [
         firefox_libs=`pkg-config --libs 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.])
           ]