diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 55ab067f..bf3a5719 100644 --- a/configure.ac +++ b/configure.ac @@ -177,6 +177,9 @@ dnl dnl Create config files dnl +/* FIXME: Only build if supported. */ +AM_CONDITIONAL(BUILD_ASSUAN, test "$GPGSM" != "no") + AM_CONDITIONAL(BUILD_COMPLUS, test "$component_system" = "COM+") AM_CONDITIONAL(BUILD_BONOBO, test "$component_system" = "Bonobo") @@ -190,8 +193,9 @@ GPGME_CFLAGS="" AC_SUBST(GPGME_LIBS) AC_SUBST(GPGME_CFLAGS) -AC_CONFIG_FILES(Makefile jnlib/Makefile gpgme/Makefile tests/Makefile - doc/Makefile bonobo/Makefile complus/Makefile) +AC_CONFIG_FILES(Makefile assuan/Makefile jnlib/Makefile gpgme/Makefile + tests/Makefile doc/Makefile + bonobo/Makefile complus/Makefile) AC_CONFIG_FILES(gpgme/gpgme-config, chmod +x gpgme/gpgme-config) AC_OUTPUT |