mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[5010] Comment addressed
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -1138,16 +1138,16 @@ fi
|
|||||||
# ... and at the shell level, so Makefile.am can take action depending on this.
|
# ... and at the shell level, so Makefile.am can take action depending on this.
|
||||||
AM_CONDITIONAL(HAVE_PGSQL, test "$PG_CONFIG" != "")
|
AM_CONDITIONAL(HAVE_PGSQL, test "$PG_CONFIG" != "")
|
||||||
|
|
||||||
CQL_CONFIG="no"
|
cql_config="no"
|
||||||
AC_ARG_WITH([cql],
|
AC_ARG_WITH([cql],
|
||||||
AC_HELP_STRING([--with-cql=PATH],
|
AC_HELP_STRING([--with-cql=PATH],
|
||||||
[path to the Cassandra CQL 'cql_config' script]),
|
[path to the Cassandra CQL 'cql_config' script]),
|
||||||
[CQL_CONFIG="$withval"])
|
[cql_config="$withval"])
|
||||||
|
|
||||||
if test "${CQL_CONFIG}" = "yes" ; then
|
if test "${cql_config}" = "yes" ; then
|
||||||
CQL_CONFIG="/usr/bin/cql_config"
|
CQL_CONFIG="/usr/bin/cql_config"
|
||||||
elif test "${CQL_CONFIG}" != "no" ; then
|
elif test "${cql_config}" != "no" ; then
|
||||||
CQL_CONFIG="${withval}"
|
CQL_CONFIG="${cql_config}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$CQL_CONFIG" != "" ; then
|
if test "$CQL_CONFIG" != "" ; then
|
||||||
|
Reference in New Issue
Block a user