diff --git a/nc-config.in b/nc-config.in index e28b1a92df..459df374b0 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