2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-04-24 18:30:51 +08:00

Corrected an error.

This commit is contained in:
Ward Fisher 2022-09-22 13:29:41 -06:00
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