no_iconv_test.patch 882 B

1234567891011121314151617181920212223242526272829303132
  1. Upstream-Status: Inappropriate [configuration]
  2. Index: trunk/configure.in
  3. ===================================================================
  4. --- trunk.orig/configure.in 2005-09-28 17:34:08.000000000 +0000
  5. +++ trunk/configure.in 2005-09-28 19:13:22.000000000 +0000
  6. @@ -254,25 +221,6 @@
  7. AC_SUBST(ICONV_CFLAGS)
  8. AC_SUBST(ICONV_LIBS)
  9. -CFLAGS="$CFLAGS -I$srcdir"
  10. -
  11. -AC_MSG_CHECKING(preferred charset formats for system iconv)
  12. -AC_TRY_RUN([
  13. -#define CONFIGURE_IN
  14. -#include "iconv-detect.c"
  15. -],[
  16. - AC_MSG_RESULT(found)
  17. -],[
  18. - AC_MSG_RESULT(not found)
  19. - AC_WARN([
  20. - *** The iconv-detect program was unable to determine the
  21. - *** preferred charset formats recognized by your system
  22. - *** iconv library. It is suggested that you install a
  23. - *** working iconv library such as the one found at
  24. - *** ftp://ftp.gnu.org/pub/gnu/libiconv
  25. - ])
  26. -])
  27. -
  28. CFLAGS="$save_CFLAGS"
  29. LIBS="$save_LIBS"