aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-16 22:43:07 -0600
committerTed Gould <ted@gould.cx>2011-02-16 22:43:07 -0600
commitb7835fe50f382dccbab670033d2ce6e3ed4218c3 (patch)
tree8dbd33625d9136a9de3bf268b1e9cc4e6e08d48c /configure.ac
parentc4dc796cc3fa9905db875e021ccc29763fda616e (diff)
downloadlibdbusmenu-b7835fe50f382dccbab670033d2ce6e3ed4218c3.tar.gz
libdbusmenu-b7835fe50f382dccbab670033d2ce6e3ed4218c3.tar.bz2
libdbusmenu-b7835fe50f382dccbab670033d2ce6e3ed4218c3.zip
Adding building the enums untilthe build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4510b6d..f1c275f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,8 @@ AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums])
+
AC_ARG_ENABLE([deprecations],
[AS_HELP_STRING([--enable-deprecations],
[allow deprecated API usage @<:@default=yes@:>@])],