summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 92a35de..5ac8f62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,10 @@ AC_PROG_INSTALL
AC_PROG_MAKE_SET
LT_INIT
+PKG_PROG_PKG_CONFIG([0.28])
+
+PKG_CHECK_VAR([GLIB_MKENUMS], [glib-2.0], [glib_mkenums])
+
CFLAGS=""
AC_EGREP_CPP(yes,
@@ -870,6 +874,7 @@ AC_CONFIG_FILES([Makefile
src/glibext/generators/Makefile
src/glibext/options/Makefile
src/gtkext/Makefile
+ src/gtkext/bindings/Makefile
src/gtkext/graph/Makefile
src/gui/Makefile
src/gui/core/Makefile