Makefile: fix typo
We checked NO_SETENV instead of NO_UNSETENV to decide if unsetenv is available. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
c9b0597d3d
commit
104ff34a74
2
Makefile
2
Makefile
@ -496,7 +496,7 @@ ifdef NO_SETENV
|
|||||||
COMPAT_CFLAGS += -DNO_SETENV
|
COMPAT_CFLAGS += -DNO_SETENV
|
||||||
COMPAT_OBJS += compat/setenv.o
|
COMPAT_OBJS += compat/setenv.o
|
||||||
endif
|
endif
|
||||||
ifdef NO_SETENV
|
ifdef NO_UNSETENV
|
||||||
COMPAT_CFLAGS += -DNO_UNSETENV
|
COMPAT_CFLAGS += -DNO_UNSETENV
|
||||||
COMPAT_OBJS += compat/unsetenv.o
|
COMPAT_OBJS += compat/unsetenv.o
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user