From b3bbf47a467bc4b3279f690fb0c879e1319c3723 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sat, 31 Aug 2019 14:29:09 -0400 Subject: [PATCH] configure.ac: drop --enable-cpp7 option It's no longer connected to anything. --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configure.ac b/configure.ac index 818c7605..c9827fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -560,18 +560,6 @@ if test x"$expat_found" = x"no"; then exit 1 fi -# enable vips7 C++ binding ... this defaults off, the vips8 C++ binding -# defaults on -AC_ARG_ENABLE([cpp7], - AS_HELP_STRING([--enable-cpp7], - [enable deprecated vips7 C++ binding (default: no)]), - [enable_cpp7=$enableval - ], - [enable_cpp7="no (default)" - ] -) -AM_CONDITIONAL(ENABLE_CPP7, [test x"$enable_cpp7" = x"yes"]) - # optional supporting libraries AC_ARG_WITH([gsf],