libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn


From: libidn-commit
Subject: CVS libidn
Date: Wed, 05 Jan 2005 03:11:03 +0100

Update of /home/cvs/libidn
In directory dopio:/tmp/cvs-serv11861

Modified Files:
        configure.ac 
Log Message:
Warn strongly about missing iconv.


--- /home/cvs/libidn/configure.ac       2005/01/05 01:51:36     1.129
+++ /home/cvs/libidn/configure.ac       2005/01/05 02:11:03     1.130
@@ -47,6 +47,19 @@
 AM_ICONV
 AM_PATH_LISPDIR
 
+if test "$am_cv_func_iconv" != "yes"; then
+  AC_MSG_NOTICE([
+***
+
+Your system does not have iconv().  The iconv() function is not
+strictly required by the source code.  However, that may change in
+the future, unless you report that this may be a problem for you.
+
+Please report this to $PACKAGE_BUGREPORT.
+
+***])
+fi
+
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS(unistd.h errno.h)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]