r7404 - mugshot-client/trunk/linux



Author: otaylor
Date: 2008-03-31 11:06:10 -0500 (Mon, 31 Mar 2008)
New Revision: 7404

Modified:
   mugshot-client/trunk/linux/configure.ac
Log:
Add back libxul >= 1.9 version check, was a quoting problem that made it seem not to work

Modified: mugshot-client/trunk/linux/configure.ac
===================================================================
--- mugshot-client/trunk/linux/configure.ac	2008-03-31 14:11:50 UTC (rev 7403)
+++ mugshot-client/trunk/linux/configure.ac	2008-03-31 16:06:10 UTC (rev 7404)
@@ -453,14 +453,9 @@
 
 AC_MSG_CHECKING([for libxul])
 
-# Gecko folks screwed up their .pc files ...Firefox betas
-# ship with a version of 1.9pre, which pkg-config can't
-# do anything with, so we omit >= 1.9 version check here
-# that we should add back later
-
 have_xulrunner=false
 for p in libxul libxul-instable ; do
-    if $PKG_CONFIG --exists $p ; then
+    if $PKG_CONFIG --exists $p '>=' 1.9 ; then
        have_xulrunner=true
        xulrunner_package=$p
     fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]