mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Updated test logic in nc-config.in file.
This commit is contained in:
parent
f28d0e2ef7
commit
d0208901bb
@ -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