]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
Detect when the passwd struct is missing pw_gecos
authorDavid Michael <fedora.dm0@gmail.com>
Fri, 14 Dec 2012 19:56:59 +0000 (14:56 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Dec 2012 18:15:45 +0000 (10:15 -0800)
commit110d6985463886ecc53dbafe32e626704ec612cb
treeb52330e33bffc70786f8e40fc30a2de37b170fd2
parent6ede720529b00115abe46b8ab524bf06c58047e2
Detect when the passwd struct is missing pw_gecos

NO_GECOS_IN_PWENT was documented with other Makefile variables but was only
enforced by manually defining it to the C preprocessor.  This adds support
for detecting the condition with configure and defining the make variable.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
configure.ac