diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |