aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2011-05-06 11:28:11 +0000
committerMarcus Brinkmann <[email protected]>2011-05-06 11:28:11 +0000
commitf1ea0d9e3812d38e40a79f5337c2d2e172d387d6 (patch)
tree082b089854ef123113ff1b2011c5493c976640e3 /configure.ac
parentRemove unused macro GNUPG_FIX_HDR_VERSION. (diff)
downloadgpgme-f1ea0d9e3812d38e40a79f5337c2d2e172d387d6.tar.gz
gpgme-f1ea0d9e3812d38e40a79f5337c2d2e172d387d6.zip
Remove complus (10 years unused).
Diffstat (limited to '')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a27f0335..55f6b859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -861,8 +861,6 @@ fi
AM_CONDITIONAL(HAVE_UISERVER, test "$uiserver" != "no")
-AM_CONDITIONAL(BUILD_COMPLUS, test "$component_system" = "COM+")
-
# Generate values for the DLL version info
if test "$have_w32_system" = yes; then
BUILD_TIMESTAMP=`date --iso-8601=minutes`
@@ -957,7 +955,7 @@ AC_CONFIG_FILES(Makefile src/Makefile
tests/gpg/Makefile
tests/gpgsm/Makefile
tests/opassuan/Makefile
- doc/Makefile complus/Makefile
+ doc/Makefile
src/versioninfo.rc
src/gpgme.h)
AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config)