]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1892] Cassandra deprecation warning in configure
authorTomek Mrugalski <tomek@isc.org>
Wed, 23 Jun 2021 14:54:24 +0000 (16:54 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 25 Jun 2021 07:55:52 +0000 (07:55 +0000)
configure.ac

index b590e0cd8635f7ce428127837754b648973da03f..1926184179c6beddbffefd1063c7bf40c81faaec 100644 (file)
@@ -831,7 +831,7 @@ 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]),
+    [path to pkg-config or the Cassandra CQL 'cql_config' script (deprecated)]),
   [cql_config="$withval"])
 
 if test "${cql_config}" = "yes" ; then
@@ -2094,7 +2094,7 @@ fi
 if test "$CQL_CPPFLAGS" != "" ; then
 cat >> config.report << END
 
-Cassandra CQL:
+Cassandra CQL (deprecated):
   CQL_VERSION:     ${CQL_VERSION}
   CQL_CPPFLAGS:    ${CQL_CPPFLAGS}
   CQL_LIBS:        ${CQL_LIBS}