[Freeciv-Dev] (PR#11363) missing Iconv on FreeBSD 5.3
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=11363 >
This patch improves the error message. Spacing isn't perfect, but then
it never is.
-jason
Index: configure.ac
===================================================================
RCS file: /home/freeciv/CVS/freeciv/configure.ac,v
retrieving revision 1.88
diff -u -r1.88 configure.ac
--- configure.ac 4 Dec 2004 10:21:30 -0000 1.88
+++ configure.ac 8 Dec 2004 02:14:24 -0000
@@ -339,7 +339,8 @@
AM_LIBCHARSET
AM_LANGINFO_CODESET
if test "$am_cv_func_iconv" != yes; then
- AC_MSG_ERROR([Iconv is missing. You can get it from http://gnu.org/.])
+ AC_MSG_ERROR([Iconv is missing. You can get it from http://gnu.org/, \
+ or try using --with-libiconv-prefix.])
fi
LIBS="$LIBS $LIBICONV"
|
|