From f396913e1e1dc054989e3c65a11b5336666018cb Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Thu, 22 Sep 2022 13:29:41 -0600 Subject: [PATCH] Corrected an error. --- nc-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc-config.in b/nc-config.in index e28b1a92d..459df374b 100644 --- a/nc-config.in +++ b/nc-config.in @@ -10,7 +10,7 @@ libdir=@libdir@ includedir=@includedir@ plugindir=@PLUGIN_INSTALL_DIR@ -if test "@PLUGIN_INSTALL_DIR@" == "no" ; then +if test "@PLUGIN_INSTALL_DIR@" = "no" ; then plugindir="" fi