aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 08:31:26 -0600
committerTed Gould <ted@gould.cx>2011-02-24 08:31:26 -0600
commit58e3c7b1351f53bf0655064c6446a8fbd9f87c08 (patch)
tree517c5331d5447f46eb2cc1b4e29ecc7b4b249e6f /configure.ac
parent7f25511b0a3182b27a42f1ffb1858b94615575ca (diff)
parent5ab75937ec4ba21f9542fbe71dbf8ceb5b28e2ef (diff)
downloadlibdbusmenu-58e3c7b1351f53bf0655064c6446a8fbd9f87c08.tar.gz
libdbusmenu-58e3c7b1351f53bf0655064c6446a8fbd9f87c08.tar.bz2
libdbusmenu-58e3c7b1351f53bf0655064c6446a8fbd9f87c08.zip
Adding a property for text direction
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 a1af560..7f53d3c 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@:>@])],