From: Francis Dupont Date: Mon, 19 Nov 2018 09:59:07 +0000 (+0100) Subject: [master] Fixed with-sysrepo help (#146) X-Git-Tag: 275-config-control-syntax-cleanup_base~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae800ad72d99643fdad916bb6592623fdd307b71;p=thirdparty%2Fkea.git [master] Fixed with-sysrepo help (#146) --- 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