From ae800ad72d99643fdad916bb6592623fdd307b71 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 19 Nov 2018 10:59:07 +0100 Subject: [PATCH] [master] Fixed with-sysrepo help (#146) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index db893e22ee..11a3a78cb2 100644 --- a/configure.ac +++ b/configure.ac @@ -872,7 +872,7 @@ DISTCHECK_SYSREPO_CONFIGURE_FLAG= sysrepo_config="no" AC_ARG_WITH([sysrepo], AC_HELP_STRING([--with-sysrepo=PATH], - [path to the Sysrepo 'sysrepo_config' script]), + [path to pkg-config or the Sysrepo 'sysrepo_config' script]), [sysrepo_config="$withval"]) if test "${sysrepo_config}" = "yes" ; then -- 2.47.2