configure.ac: drop --enable-cpp7 option

It's no longer connected to anything.
This commit is contained in:
Benjamin Gilbert 2019-08-31 14:29:09 -04:00
parent a3d2544934
commit b3bbf47a46
1 changed files with 0 additions and 12 deletions

View File

@ -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],