git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Make libintl in libc detection more robust
@ 2012-02-18 19:38 John Szakmeister
  2012-02-18 19:38 ` [PATCH 1/1] Don't append -lintl when there is no gettext support John Szakmeister
  2012-02-20  8:34 ` [PATCH 0/1] Make libintl in libc detection more robust Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: John Szakmeister @ 2012-02-18 19:38 UTC (permalink / raw)
  To: git; +Cc: John Szakmeister

When building the latest release, I noticed that pthreads support
was disabled.  It turns out that the libintl in libc support is
adding "-lintl" to LIBS, even though I don't have that library on my
Mac.  This patch fixes the issue by moving the check for libintl.h
closer to the checks for libintl in libc, and only adding "-lintl"
when NO_GETTEXT is empty.

This is my first time submitting a patch to git.  I hope I've done
things correctly!

John Szakmeister (1):
  Don't append -lintl when there is no gettext support

 configure.ac |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

-- 
1.7.9.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-20 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-18 19:38 [PATCH 0/1] Make libintl in libc detection more robust John Szakmeister
2012-02-18 19:38 ` [PATCH 1/1] Don't append -lintl when there is no gettext support John Szakmeister
2012-02-20  8:34 ` [PATCH 0/1] Make libintl in libc detection more robust Junio C Hamano
2012-02-20 13:40   ` John Szakmeister

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).