From: Tomek Mrugalski Date: Tue, 14 Aug 2018 16:56:19 +0000 (+0200) Subject: [gitlab3] configure.ac fix (it works without sysrepo now) X-Git-Tag: gitlab29-base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672a1286413005a1de048477cb49ad357bbe5e1f;p=thirdparty%2Fkea.git [gitlab3] configure.ac fix (it works without sysrepo now) --- diff --git a/configure.ac b/configure.ac index 0747a0db85..080a637c57 100644 --- a/configure.ac +++ b/configure.ac @@ -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