summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-05-11 00:41:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-05-11 00:41:10 (GMT)
commit88cbd17e87e1f1732ab922836a4a21f45a70dd58 (patch)
treedb1c1e741b00c24b11c9612c89b41dd82861f581 /configure.ac
parente8005e4871f130c4e402ddca2032c111252f070a (diff)
parent0b75e5bf22d6c2ad0589990613478277a7a48c6f (diff)
downloadgit-88cbd17e87e1f1732ab922836a4a21f45a70dd58.zip
git-88cbd17e87e1f1732ab922836a4a21f45a70dd58.tar.gz
git-88cbd17e87e1f1732ab922836a4a21f45a70dd58.tar.bz2
Merge branch 'ab/misc-cleanup'
Code clean-up. * ab/misc-cleanup: alloc.[ch]: remove alloc_report() function object-store.h: remove unused has_sha1_file*() pack-bitmap-write: remove unused bitmap_reset() function xdiff/xmacros.h: remove unused XDL_PTRFREE configure.ac: remove USE_PIC comment run-command.h: remove always unused "clean_on_exit_handler_cbdata"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 316a31d..7dcd048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1189,9 +1189,6 @@ AC_COMPILE_IFELSE([BSD_SYSCTL_SRC],
GIT_CONF_SUBST([HAVE_BSD_SYSCTL])
## Other checks.
-# Define USE_PIC if you need the main git objects to be built with -fPIC
-# in order to build and link perl/Git.so. x86-64 seems to need this.
-#
# Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link.
# Enable it on Windows. By default, symrefs are still used.
#