Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238507 | Differences between
and this patch

Collapse All | Expand All

(-)mysql-workbench-oss-5.1.10.orig/configure.in (-6 / +6 lines)
Lines 45-55 Link Here
45
AC_CHECK_HEADERS([tr1/unordered_set tr1/unordered_map])
45
AC_CHECK_HEADERS([tr1/unordered_set tr1/unordered_map])
46
46
47
47
48
## apparently fedora has hacked the default install dir of ctemplate headers.........
48
# apparently fedora has hacked the default install dir of ctemplate headers.........
49
#AC_CHECK_HEADERS([ctemplate/template.h], AC_DEFINE(CTEMPLATE_NOT_IN_GOOGLE, [], [ctemplate headers not in standard location]) ,
49
AC_CHECK_HEADERS([ctemplate/template.h], AC_DEFINE(CTEMPLATE_NOT_IN_GOOGLE, [], [ctemplate headers not in standard location]) ,
50
#	[ AC_CHECK_HEADERS([google/template.h], [],AC_MSG_ERROR(["ctemplate not found"])) ] )
50
	[ AC_CHECK_HEADERS([google/template.h], [],AC_MSG_ERROR(["ctemplate not found"])) ] )
51
#AC_ARG_WITH(ctemplate-libs, [  --with-ctemplates-libs=<libdir> ], [], [ac_LIBS=-lctemplate])
51
AC_ARG_WITH(ctemplate-libs, [  --with-ctemplates-libs=<libdir> ], [], [ac_LIBS=-lctemplate])
52
#CTEMPLATE_LIBS=$ac_LIBS
52
CTEMPLATE_LIBS=$ac_LIBS
53
53
54
54
55
55
Lines 408-414 Link Here
408
generated/Makefile
408
generated/Makefile
409
])
409
])
410
410
411
AC_CONFIG_SUBDIRS(ext/ctemplate/ctemplate-src)
411
#AC_CONFIG_SUBDIRS(ext/ctemplate/ctemplate-src)
412
412
413
AC_OUTPUT()
413
AC_OUTPUT()
414
414

Return to bug 238507