Merge pull request #2513 from WardF/nc-config-fix.wif

Small fix in nc-config.in
This commit is contained in:
Ward Fisher 2022-09-22 14:04:16 -06:00 committed by GitHub
commit 94bac62446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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