mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Corrected an error.
This commit is contained in:
parent
d0208901bb
commit
f396913e1e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user