Corrected an error.

This commit is contained in:
Ward Fisher 2022-09-22 13:29:41 -06:00
parent d0208901bb
commit f396913e1e

View File

@ -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