]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[gitlab3] configure.ac fix (it works without sysrepo now)
authorTomek Mrugalski <tomasz@isc.org>
Tue, 14 Aug 2018 16:56:19 +0000 (18:56 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 21 Aug 2018 10:18:56 +0000 (12:18 +0200)
configure.ac

index 0747a0db85344683e82845c08c101c8d4d039a11..080a637c575df15ddf2fdc26b6342d12d03f1a4f 100644 (file)
@@ -873,7 +873,7 @@ elif test "${sysrepo_config}" != "no" ; then
     SYSREPO_CONFIG="${sysrepo_config}"
 fi
 
-if test "SYSREPO_CONFIG" != "" ; then
+if test "$SYSREPO_CONFIG" != "" ; then
     if test -d "$SYSREPO_CONFIG" -o ! -x "$SYSREPO_CONFIG" ; then
         AC_MSG_ERROR([--with-sysrepo should point to a sysrepo_config program])
     fi