]> git.webhop.me Git - lcd4linux.git/commitdiff
fix error, introduced in r857
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 12 Apr 2008 17:26:24 +0000 (17:26 +0000)
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 12 Apr 2008 17:26:24 +0000 (17:26 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@873 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

plugins.m4

index da13c1b85f280fca3b9d51c606d56a7cae87381b..171aa0feba9be1006e1eb6d357150736e527e370 100644 (file)
@@ -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"