]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed with-sysrepo help (#146)
authorFrancis Dupont <fdupont@isc.org>
Mon, 19 Nov 2018 09:59:07 +0000 (10:59 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 19 Nov 2018 09:59:07 +0000 (10:59 +0100)
configure.ac

index db893e22ee3cdd7c1b182c1dce7fed42edd123e5..11a3a78cb233e4c4b1acfeb9af0e69e9e738c743 100644 (file)
@@ -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