All pastes #1829776 Raw Edit

fredp

public text v1 · immutable
#1829776 ·published 2010-03-09 10:55 UTC
rendered paste body
diff --git a/configure.ac b/configure.acindex b54f02d..140728b 100644--- a/configure.ac+++ b/configure.ac@@ -155,7 +155,7 @@ AM_CONDITIONAL(HAVE_GMP, [test x$have_profiles = xyes]) dnl Profiles glade ui: needed to edit .ui files with glade3 have_gladeui=no -PKG_CHECK_MODULES(GLADEUI, [gladeui-1.0], have_gladeui=yes)+PKG_CHECK_MODULES(GLADEUI, [gladeui-1.0], have_gladeui=yes, have_gladeui=no) AC_SUBST(GLADEUI_CFLAGS) AC_SUBST(GLADEUI_LIBS) AM_CONDITIONAL(HAVE_GLADEUI, [test x$have_gladeui = xyes])