mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-06 15:34:44 +08:00
Merge pull request #2513 from WardF/nc-config-fix.wif
Small fix in nc-config.in
This commit is contained in:
commit
94bac62446
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user