diff -ur mysql-workbench-oss-5.1.10.orig/configure.in mysql-workbench-oss-5.1.10/configure.in --- mysql-workbench-oss-5.1.10.orig/configure.in 2009-04-07 14:13:10.000000000 -0700 +++ mysql-workbench-oss-5.1.10/configure.in 2009-04-15 12:11:18.506740584 -0700 @@ -45,11 +45,11 @@ AC_CHECK_HEADERS([tr1/unordered_set tr1/unordered_map]) -## apparently fedora has hacked the default install dir of ctemplate headers......... -#AC_CHECK_HEADERS([ctemplate/template.h], AC_DEFINE(CTEMPLATE_NOT_IN_GOOGLE, [], [ctemplate headers not in standard location]) , -# [ AC_CHECK_HEADERS([google/template.h], [],AC_MSG_ERROR(["ctemplate not found"])) ] ) -#AC_ARG_WITH(ctemplate-libs, [ --with-ctemplates-libs= ], [], [ac_LIBS=-lctemplate]) -#CTEMPLATE_LIBS=$ac_LIBS +# apparently fedora has hacked the default install dir of ctemplate headers......... +AC_CHECK_HEADERS([ctemplate/template.h], AC_DEFINE(CTEMPLATE_NOT_IN_GOOGLE, [], [ctemplate headers not in standard location]) , + [ AC_CHECK_HEADERS([google/template.h], [],AC_MSG_ERROR(["ctemplate not found"])) ] ) +AC_ARG_WITH(ctemplate-libs, [ --with-ctemplates-libs= ], [], [ac_LIBS=-lctemplate]) +CTEMPLATE_LIBS=$ac_LIBS @@ -408,7 +408,7 @@ generated/Makefile ]) -AC_CONFIG_SUBDIRS(ext/ctemplate/ctemplate-src) +#AC_CONFIG_SUBDIRS(ext/ctemplate/ctemplate-src) AC_OUTPUT()