Revision a8356d43e3602fb65a9ae57a5cf1ca98a75f5cc3 authored by John Szakmeister on 18 February 2012, 19:38:04 UTC, committed by Junio C Hamano on 20 February 2012, 08:01:53 UTC
The current configure script uses -lintl if gettext is not found in the C
library, but does so before checking if there is libintl.h available in
the first place, in which case we would later define NO_GETTEXT.

Instead, check for the existence of libintl.h first. Only when libintl.h
exists and libintl is not in libc, ask for -lintl.

Signed-off-by: John Szakmeister <john@szakmeister.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 828ea97
History
File Mode Size
static
INSTALL -rw-r--r-- 14.6 KB
Makefile -rw-r--r-- 5.5 KB
README -rw-r--r-- 2.4 KB
gitweb.perl -rwxr-xr-x 230.4 KB

README

back to top