summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-09-29 20:06:18 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-09-29 20:06:18 +0000
commit96fdb3b848aba0e1f4f71438b20a3392ab17f214 (patch)
tree45ebb66845320f68dd5437dd3e065a4a76e94df9
parentc729e2ac56312e3415a4a63c527b4c93e16ae97b (diff)
Fixed typo regarding ICONV_LIBS spotted by Sebastian Pipping
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2c95b10..56f8c8a 100644
--- a/configure.in
+++ b/configure.in
@@ -148,7 +148,7 @@ AC_DEFINE(LIBSOCKET, 1,[Check for libsocket])], AC_MSG_RESULT([not necessary]))
AC_SUBST(SOCKET_LIBS)
### Check for iconv
-AC_CHECK_LIB(iconv, iconv, [SOCKET_LIBS="-liconv"
+AC_CHECK_LIB(iconv, iconv, [ICONV_LIBS="-liconv"
AC_DEFINE(LIBICONV, 1,[Check for libiconv])], AC_MSG_RESULT([not necessary]))
AC_SUBST(ICONV_LIBS)