File mysql-workbench-gpl-5.2.44-ctemplate-fix.patch of Package mysql-workbench

Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -398,7 +398,7 @@ fi
 
 
 AM_CONDITIONAL(USE_READLINE, test "x$use_readline" = "xyes")
-AM_CONDITIONAL(BUILD_CTEMPLATE, test "x$ac_system_ctemplate" != "xyes")
+AM_CONDITIONAL(BUILD_CTEMPLATE, test "x$ac_system_ctemplate" \!= "xyes")
 AM_CONDITIONAL(BUILD_SE, test "x$std_edition" = "xyes")
 AM_CONDITIONAL(BUNDLE_UTILITIES, test "x$bundle_utilities" = "xyes")
 AM_CONDITIONAL(BUILD_ANTLR_RUNTIME, test "x$ac_system_antlr_runtime" != "xyes")
Index: ext/Makefile.am
===================================================================
--- ext/Makefile.am.orig
+++ ext/Makefile.am
@@ -1,13 +1,9 @@
 
-if BUILD_CTEMPLATE
-ctemplate_dirs=ctemplate 
-endif
-
 if BUILD_ANTLR_RUNTIME
 antlr_dirs=antlr-runtime
 endif
 
-SUBDIRS=scintilla/gtk cppconn vsqlite++ $(antlr_dirs) $(ctemplate_dirs)
+SUBDIRS=scintilla/gtk cppconn vsqlite++ $(antlr_dirs)
 
 if BUNDLE_UTILITIES
 all-am:
openSUSE Build Service is sponsored by