From: Francis Dupont Date: Thu, 11 May 2017 12:28:25 +0000 (+0200) Subject: [5010] Comment addressed X-Git-Tag: trac5243_base~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212b35a090ea646f159f9e5c61b725f324f9ddc2;p=thirdparty%2Fkea.git [5010] Comment addressed --- diff --git a/configure.ac b/configure.ac index 0e3b9d1cd8..f6f318b68e 100644 --- a/configure.ac +++ b/configure.ac @@ -1138,16 +1138,16 @@ fi # ... and at the shell level, so Makefile.am can take action depending on this. AM_CONDITIONAL(HAVE_PGSQL, test "$PG_CONFIG" != "") -CQL_CONFIG="no" +cql_config="no" AC_ARG_WITH([cql], AC_HELP_STRING([--with-cql=PATH], [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" -elif test "${CQL_CONFIG}" != "no" ; then - CQL_CONFIG="${withval}" +elif test "${cql_config}" != "no" ; then + CQL_CONFIG="${cql_config}" fi if test "$CQL_CONFIG" != "" ; then