Signed-off-by: Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index f4742878c0..7468eb6bc8 100644 --- a/configure.ac +++ b/configure.ac @@ -631,6 +631,9 @@ GIT_CONF_SUBST([NO_CURL]) # Define NO_EXPAT if you do not have expat installed. git-http-push is # not built, and you cannot push using http:// and https:// transports. +# Respect --without-expat +if test "x$NO_EXPAT" != xYesPlease; then + GIT_STASH_FLAGS($EXPATDIR) AC_CHECK_LIB([expat], [XML_ParserCreate], @@ -639,6 +642,8 @@ AC_CHECK_LIB([expat], [XML_ParserCreate], GIT_UNSTASH_FLAGS($EXPATDIR) +fi + GIT_CONF_SUBST([NO_EXPAT]) # -- 2.26.0.rc2.234.g969ad452ca