]> diplodocus.org Git - nmh/blobdiff - m4/iconv.m4
getpass.c: Move interface to own file.
[nmh] / m4 / iconv.m4
index efa6939fcfd6f96e29a721e48c677b0f7e566ce6..4d7c44351026ee73901e70be76dcb499864a7c19 100644 (file)
@@ -1,10 +1,10 @@
-dnl
 dnl Check for iconv support.  It may be in libiconv and may be iconv()
 dnl or libiconv()
 dnl
 
 AC_DEFUN([NMH_CHECK_ICONV],
-[AC_CHECK_HEADER([iconv.h],
+[ICONV_ENABLED=0
+AC_CHECK_HEADER([iconv.h],
   [AC_CHECK_FUNC([iconv],
     [dnl This is where iconv is found in the default libraries (LIBS)
     nmh_found_iconv=yes
@@ -21,7 +21,6 @@ AC_DEFUN([NMH_CHECK_ICONV],
     AS_IF([test "x$nmh_found_iconv" = "xyes"], [ICONVLIB="-liconv"])])
   dnl If we came out of that by finding iconv in some form, define
   dnl HAVE_ICONV
-  ICONV_ENABLED=0
   AS_IF([test "x$nmh_found_iconv" = "xyes"],
     [AC_DEFINE([HAVE_ICONV], [1],
                   [Define if you have the iconv() function.])