summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2023-04-21 10:31:46 +0200
committerWlodek Wencel <wlodek@isc.org>2023-04-21 10:31:46 +0200
commitf8b1e497332e6e9208ce5f19a4e84f9193715bd0 (patch)
tree9e85277822b20c580cbf6f2e29536a78c5661e6b /configure.ac
parent[#2840] release changes (diff)
downloadkea-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.ac10
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"