aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2008-01-18 02:03:51 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-17 23:35:36 -0800
commitbfa8fccf477ed2567b035f1c6a3cb2b74ec4ef67 (patch)
treefcab0b25901bc62c0da2a6340888c7cbb149adde /Makefile
parent5221ecbc51526da94f2ba0862c3958100592cf0b (diff)
downloadgit-bfa8fccf477ed2567b035f1c6a3cb2b74ec4ef67.tar.gz
git-bfa8fccf477ed2567b035f1c6a3cb2b74ec4ef67.tar.xz
autoconf: Add checking for unsetenv function
Update configure.ac (and config.mak.in) by adding test for unsetenv (NO_UNSETENV). Add comment about NO_UNSETENV to Makefile header, as original commit 731043fd adding compat/unsetenv.c didn't do that. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a566bd9ae..13aa24f91 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,8 @@ all::
#
# Define NO_SETENV if you don't have setenv in the C library.
#
+# Define NO_UNSETENV if you don't have unsetenv in the C library.
+#
# Define NO_MKDTEMP if you don't have mkdtemp in the C library.
#
# Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link.