[gimp] Rename WebKit's AM_CONDITIONAL



commit 42f67f4d9649d78ab28b941abe27728b2ab75e5c
Author: Mukund Sivaraman <muks banu com>
Date:   Sun Oct 17 00:29:04 2010 +0530

    Rename WebKit's AM_CONDITIONAL
    
    This is so that WebKit can be used elsewhere in GIMP.

 configure.ac         |    2 +-
 plug-ins/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5344a64..080b0e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1271,7 +1271,7 @@ else
   have_webkit="no (WebKit support disabled)"
 fi
 
-AM_CONDITIONAL(BUILD_HELP_BROWSER, test "x$have_webkit" = xyes)
+AM_CONDITIONAL(HAVE_WEBKIT, test "x$have_webkit" = xyes)
 
 
 ###################
diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am
index 245f87e..9f256ca 100644
--- a/plug-ins/Makefile.am
+++ b/plug-ins/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST = \
 	makefile.msc
 
 
-if BUILD_HELP_BROWSER
+if HAVE_WEBKIT
 help_browser = help-browser
 endif
 



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