diff options
Diffstat (limited to 'src/bin/keactrl/keactrl.in')
-rw-r--r-- | src/bin/keactrl/keactrl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/keactrl/keactrl.in b/src/bin/keactrl/keactrl.in index 15fe4dafcc..450e997201 100644 --- a/src/bin/keactrl/keactrl.in +++ b/src/bin/keactrl/keactrl.in @@ -27,7 +27,7 @@ set -eu VERSION="@PACKAGE_VERSION@" # Set the have_netconf flag to know if netconf is available. -if test -z '@HAVE_SYSREPO_TRUE@'; then +if test '@HAVE_NETCONF@' = 'yes'; then have_netconf=true else have_netconf=false |