From 8cfcb6905f4c4dca488987f22a847dd1283b39ac Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 6 Sep 2011 15:28:22 +0200 Subject: configure.ac: gdbus-codegen is required Fail if it's not found. Apparently gentoo ships this independently of glib, so it can happen. https://bugzilla.gnome.org/show_bug.cgi?id=657610 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 28eb038f8..2e3fa5780 100644 --- a/configure.ac +++ b/configure.ac @@ -292,7 +292,7 @@ fi AM_CONDITIONAL([ENABLE_ZEROCONF],[test "$enable_zeroconf" = "yes"]) # GDBus codegen -AC_PATH_PROG([GDBUS_CODEGEN], [gdbus-codegen]) +AC_PATH_PROG([GDBUS_CODEGEN], [gdbus-codegen], AC_MSG_ERROR([gdbus-codegen is required but was not found])) # ************ # Misc defines -- cgit