aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-01-29 20:18:52 +0000
committerMarcus Brinkmann <[email protected]>2003-01-29 20:18:52 +0000
commit693b8a2ac6b8c0c31ba9014accafbc84e41d6e54 (patch)
tree5c7a0ca50182c657def3a285f6d53b45253648c8 /configure.ac
parentFix copyright year. (diff)
downloadgpgme-693b8a2ac6b8c0c31ba9014accafbc84e41d6e54.tar.gz
gpgme-693b8a2ac6b8c0c31ba9014accafbc84e41d6e54.zip
2003-01-29 Marcus Brinkmann <[email protected]>
* bonobo/gpgme.c, bonobo/main.c, bonobo/main.h, bonobo/Makefile, bonobo/Makefile.am, bonobo/Makefile.in: Dead files removed. * configure.ac: Remove automake conditional BUILD_BONOBO (AC_CONFIG_FILES): Remove bonobo/Makefile. * Makefile.am (bonobo): Remove variable. (SUBDIRS): Remove ${bonobo}.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index fa9c3eb2..119ec88c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,12 +135,6 @@ AM_CONDITIONAL(HAVE_PTH, test "$have_pth" = "yes")
AM_CONDITIONAL(HAVE_PTHREAD, test "$have_pthread" = "yes")
dnl
-dnl Checks for libraries.
-dnl
-
-dnl FIXME: check whether Bonobo is installed
-
-dnl
dnl Checks for header files.
dnl
AC_CHECK_HEADERS(sys/select.h)
@@ -246,7 +240,6 @@ 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")
dnl Make the version number in gpgme/gpgme.h the same as the one here.
dnl (this is easier than to have a *.in file just for one substitution)
@@ -269,8 +262,7 @@ dnl
AC_CONFIG_FILES(Makefile assuan/Makefile gpgme/Makefile
tests/Makefile tests/gpg/Makefile tests/gpgsm/Makefile
- doc/Makefile
- bonobo/Makefile complus/Makefile)
+ doc/Makefile complus/Makefile)
AC_CONFIG_FILES(gpgme/gpgme-config, chmod +x gpgme/gpgme-config)
AC_OUTPUT