diff --git a/plugins.m4 b/plugins.m4 index da13c1b..171aa0f 100644 --- a/plugins.m4 +++ b/plugins.m4 @@ -247,7 +247,7 @@ if test "$PLUGIN_I2C_SENSORS" = "yes"; then AC_DEFINE(PLUGIN_I2C_SENSORS,1,[i2c sensors plugin]) fi if test "$PLUGIN_ICONV" = "yes"; then - dnl AM_ICONV + AM_ICONV if test "$am_cv_func_iconv" = "yes"; then PLUGINS="$PLUGINS plugin_iconv.o" PLUGINLIBS="$PLUGINLIBS $LIBICONV"