[gmime] fixed cross-compile iconv-detect.h text



commit 29b1c1734624e2f176509c9c7393b0448daaa2cb
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Fri Aug 14 09:57:20 2009 -0400

    fixed cross-compile iconv-detect.h text

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f6d5344..6470174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,7 +252,7 @@ AC_CACHE_CHECK([preferred charset formats for system iconv], [ac_cv_have_iconv_d
 	[ac_cv_have_iconv_detect_h=yes], [ac_cv_have_iconv_detect_h=no],
 	[
 		AC_MSG_RESULT([cannot run test program while cross compiling])
-		AC_MSG_ERROR([Please set ac_cv_have_iconv_detect_h to yes iconv-detect.h file.])
+		AC_MSG_ERROR([Copy target system's iconv-detect.h to . and configure with ac_cv_have_iconv_detect_h=yes])
 	])
 ])
 if test "x$ac_cv_have_iconv_detect_h" = xyes; then



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