changeset in /hg/icedtea: Changed libxul check to libxul-unstable

Lillian Angel langel at redhat.com
Tue Mar 4 10:04:47 PST 2008


changeset 4287f448b841 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=4287f448b841
description:
	Changed libxul check to libxul-unstable

diffstat:

2 files changed, 9 insertions(+), 9 deletions(-)
configure    |   16 ++++++++--------
configure.ac |    2 +-

diffs (59 lines):

diff -r 4b8cbbf18df8 -r 4287f448b841 configure
--- a/configure	Tue Mar 04 11:56:33 2008 -0500
+++ b/configure	Tue Mar 04 13:02:18 2008 -0500
@@ -9611,12 +9611,12 @@ if test -n "$PKG_CONFIG"; then
         pkg_cv_MOZILLA_CFLAGS="$MOZILLA_CFLAGS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-plugin libxul\"") >&5
-  ($PKG_CONFIG --exists --print-errors "mozilla-plugin libxul") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-plugin libxul-unstable\"") >&5
+  ($PKG_CONFIG --exists --print-errors "mozilla-plugin libxul-unstable") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin libxul" 2>/dev/null`
+  pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin libxul-unstable" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -9629,12 +9629,12 @@ if test -n "$PKG_CONFIG"; then
         pkg_cv_MOZILLA_LIBS="$MOZILLA_LIBS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-plugin libxul\"") >&5
-  ($PKG_CONFIG --exists --print-errors "mozilla-plugin libxul") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mozilla-plugin libxul-unstable\"") >&5
+  ($PKG_CONFIG --exists --print-errors "mozilla-plugin libxul-unstable") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "mozilla-plugin libxul" 2>/dev/null`
+  pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "mozilla-plugin libxul-unstable" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -9653,9 +9653,9 @@ else
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "mozilla-plugin libxul"`
+	        MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "mozilla-plugin libxul-unstable"`
         else
-	        MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mozilla-plugin libxul"`
+	        MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mozilla-plugin libxul-unstable"`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$MOZILLA_PKG_ERRORS" >&5
diff -r 4b8cbbf18df8 -r 4287f448b841 configure.ac
--- a/configure.ac	Tue Mar 04 11:56:33 2008 -0500
+++ b/configure.ac	Tue Mar 04 13:02:18 2008 -0500
@@ -261,7 +261,7 @@ else
 else
   if test "x${enable_plugin}" = "xyes"
   then
-    PKG_CHECK_MODULES(MOZILLA, mozilla-plugin libxul, [MOZILLA_FOUND=yes], \
+    PKG_CHECK_MODULES(MOZILLA, mozilla-plugin libxul-unstable, [MOZILLA_FOUND=yes], \
       [MOZILLA_FOUND=no])
     if test "x${MOZILLA_FOUND}" = xno
     then



More information about the distro-pkg-dev mailing list