Parcourir la source

[master] Merged trac5010 (fix --with-cql)

Francis Dupont il y a 8 ans
Parent
commit
460a3e2ed0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -1095,9 +1095,9 @@ AC_ARG_WITH([cql],
     [cql_config="$withval"])
 
 if test "${cql_config}" = "yes" ; then
-    cql_config="/usr/bin/cql_config"
+    CQL_CONFIG="/usr/bin/cql_config"
 elif test "${cql_config}" != "no" ; then
-    CQL_CONFIG="${withval}"
+    CQL_CONFIG="${cql_config}"
 fi
 
 if test "$CQL_CONFIG" != "" ; then