]> git.ipfire.org Git - thirdparty/git.git/commit - alloc.h
Merge branch 'ah/autoconf-fixes'
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Aug 2023 16:37:23 +0000 (09:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Aug 2023 16:37:23 +0000 (09:37 -0700)
commit99acb0fa54775a383cab70a6e662e45180dee3f0
tree1b750cb9c0bce165d2746626a96fa4ac521029ca
parentfea92e4cac30b1204ecc8dfd53675bbdd68611e0
parentfb8f7269c2fc69ada6238bc766168adbfd15a369
Merge branch 'ah/autoconf-fixes'

"./configure --with-expat=no" did not work as a way to refuse use
of the expat library on a system with the library installed, which
has been corrected.

* ah/autoconf-fixes:
  configure.ac: always save NO_ICONV to config.status
  configure.ac: don't overwrite NO_CURL option
  configure.ac: don't overwrite NO_EXPAT option