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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html