diff options
author | Wlodek Wencel <wlodek@isc.org> | 2023-04-21 10:31:46 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2023-04-21 10:31:46 +0200 |
commit | f8b1e497332e6e9208ce5f19a4e84f9193715bd0 (patch) | |
tree | 9e85277822b20c580cbf6f2e29536a78c5661e6b /configure.ac | |
parent | [#2840] release changes (diff) | |
download | kea-f8b1e497332e6e9208ce5f19a4e84f9193715bd0.tar.xz kea-f8b1e497332e6e9208ce5f19a4e84f9193715bd0.zip |
[2840] typos and docs update before releaseKea-2.3.7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index b1d665f7d8..797d7ddaa8 100644 --- a/configure.ac +++ b/configure.ac @@ -850,16 +850,6 @@ if test "${pgsql_ssl}" = "yes"; then AC_DEFINE([HAVE_PGSQL_SSL], [1], [PostgreSQL was built with OpenSSL support]) fi -cql_config="no" -AC_ARG_WITH([cql], - [AS_HELP_STRING([--with-cql[[=PATH]]], - [path to pkg-config or the Cassandra CQL 'cql_config' script (deprecated)])], - [cql_config="$withval"]) - -if test "${cql_config}" != "no" ; then - AC_MSG_ERROR([$CQL_CONFIG Cassandra is no longer supported]) -fi - # Check for log4cplus DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG= log4cplus_path="yes" |