We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44fb185 + 934f82a commit 6019b3cCopy full SHA for 6019b3c
configure.ac
@@ -385,6 +385,8 @@ AC_SUBST(NO_EXPAT)
385
# some Solaris installations).
386
# Define NO_ICONV if neither libc nor libiconv support iconv.
387
388
+if test -z "$NO_ICONV"; then
389
+
390
GIT_STASH_FLAGS($ICONVDIR)
391
392
AC_DEFUN([ICONVTEST_SRC], [
@@ -431,6 +433,12 @@ GIT_UNSTASH_FLAGS($ICONVDIR)
431
433
AC_SUBST(NEEDS_LIBICONV)
432
434
AC_SUBST(NO_ICONV)
435
436
+if test -n "$NO_ICONV"; then
437
+ NEEDS_LIBICONV=
438
+fi
439
440
441
442
#
443
# Define NO_DEFLATE_BOUND if deflateBound is missing from zlib.
444
0 commit comments