diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-03-31 06:55:20 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-03-31 10:11:37 +0200 |
commit | 7eb6ad54e4d619e036787f0f2aed8cef2b853282 (patch) | |
tree | 80f7a22609b580d75013d22854e0558c974853ef /configure.ac | |
parent | [2116] regen flex/bison (diff) | |
download | kea-7eb6ad54e4d619e036787f0f2aed8cef2b853282.tar.xz kea-7eb6ad54e4d619e036787f0f2aed8cef2b853282.zip |
[#2116] addressed review
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b0c8389a9e..ba898dd2d8 100644 --- a/configure.ac +++ b/configure.ac @@ -831,7 +831,7 @@ AC_ARG_WITH([cql], [cql_config="$withval"]) if test "${cql_config}" != "no" ; then - AC_MSG_ERROR([$CQL_CONFIG CAssandra is no longer supported]) + AC_MSG_ERROR([$CQL_CONFIG Cassandra is no longer supported]) fi # Check for sysrepo. |