patch-configure_ac 507 B

123456789101112131415
  1. --- git-1.8.4.2.orig/configure.ac 2013-10-28 19:17:38.000000000 +0100
  2. +++ git-1.8.4.2/configure.ac 2013-10-29 15:05:57.000000000 +0100
  3. @@ -876,10 +876,12 @@ AC_CHECK_HEADER([paths.h],
  4. GIT_CONF_SUBST([HAVE_PATHS_H])
  5. #
  6. # Define HAVE_LIBCHARSET_H if have libcharset.h
  7. +if test -z "$NO_ICONV"; then
  8. AC_CHECK_HEADER([libcharset.h],
  9. [HAVE_LIBCHARSET_H=YesPlease],
  10. [HAVE_LIBCHARSET_H=])
  11. GIT_CONF_SUBST([HAVE_LIBCHARSET_H])
  12. +fi
  13. #
  14. # Define HAVE_STRINGS_H if you have strings.h
  15. AC_CHECK_HEADER([strings.h],