diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a20f9ab..87aed9d 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,7 @@ AC_ARG_ENABLE(packagekit, if test "x$enable_packagekit" != "xno"; then AC_DEFINE(ENABLE_PACKAGEKIT, 1, [define to enable PackageKit installer]) fi +AM_CONDITIONAL(ENABLE_PACKAGEKIT, test x"$enable_packagekit" != x"no") dnl ****************************** |