Updated test logic in nc-config.in file.

This commit is contained in:
Ward Fisher 2022-09-22 13:09:00 -06:00
parent f28d0e2ef7
commit d0208901bb

View File

@ -10,7 +10,7 @@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
plugindir=@PLUGIN_INSTALL_DIR@ plugindir=@PLUGIN_INSTALL_DIR@
if test "x@PLUGIN_INSTALL_DIR@" == "xno" ; then if test "@PLUGIN_INSTALL_DIR@" == "no" ; then
plugindir="" plugindir=""
fi fi