[gimp] configure.ac: remove the option to disable script-fu



commit d35fecceb48774a6924191921c3d3b199be9e3c3
Author: Michael Natterer <mitch gimp org>
Date:   Fri May 18 12:58:35 2018 +0200

    configure.ac: remove the option to disable script-fu
    
    Forgot to do this for 2.10.0.

 NEWS                 |    1 +
 configure.ac         |   16 ----------------
 plug-ins/Makefile.am |    6 +-----
 3 files changed, 2 insertions(+), 21 deletions(-)
---
diff --git a/NEWS b/NEWS
index eee4699..1527edf 100644
--- a/NEWS
+++ b/NEWS
@@ -57,3 +57,4 @@ Build:
     set the address of their own bug tracker. This address will be the
     one opened by the debug dialog for reporting bugs.
   - Add a flatpak manifest for the gtk3-port branch.
+  - Remove the possibility to disable script-fu.
diff --git a/configure.ac b/configure.ac
index 62909db..65cf7f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2115,21 +2115,6 @@ fi
 AM_CONDITIONAL(BUILD_PYTHON, test "x$enable_python" != xno)
 
 
-#########################################
-# Check whether Script-Fu should be built
-#########################################
-
-have_script_fu=yes
-AC_ARG_WITH(script-fu,
-  AS_HELP_STRING([--without-script-fu],
-                 [do not build the script-fu extension]))
-
-if test "x$with_script_fu" = "xno"; then
-  have_script_fu="no (script-fu extension disabled)"
-fi
-AM_CONDITIONAL(BUILD_SCRIPT_FU, test "x$with_script_fu" != "xno")
-
-
 ###########################################################
 # Some plug-ins don't build on Win32, others are Win32-only
 ###########################################################
@@ -2865,7 +2850,6 @@ Optional Plug-Ins:
   PDF (export):            $have_cairo_pdf
   Print:                   $enable_print
   Python 2:                $enable_python
-  Script-Fu:               $have_script_fu
   TWAIN (Win32):           $os_win32
   Webpage:                 $have_webkit
   WMF:                     $have_libwmf
diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am
index 8b45df8..76b92b1 100644
--- a/plug-ins/Makefile.am
+++ b/plug-ins/Makefile.am
@@ -16,10 +16,6 @@ if BUILD_PYTHON
 pygimp = pygimp
 endif
 
-if BUILD_SCRIPT_FU
-script_fu = script-fu
-endif
-
 if OS_WIN32
 twain = twain
 endif
@@ -29,7 +25,7 @@ file_webp = file-webp
 endif
 
 SUBDIRS = \
-       $(script_fu)            \
+       script-fu               \
        $(pygimp)               \
        file-bmp                \
        $(file_darktable)       \


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