From 672a1286413005a1de048477cb49ad357bbe5e1f Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 14 Aug 2018 18:56:19 +0200 Subject: [PATCH] [gitlab3] configure.ac fix (it works without sysrepo now) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2