From 3c606e457f2b442460bc5b14ce725d3f8eb706ff Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 29 Dec 2004 13:45:41 +0000 Subject: Make it really use threads when asked to [1] While I'm here, make it respect CFLAGS PR: [1] based on 75349 Submitted by: [1] Axel Gonzalez --- irc/anope/files/patch-configure | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'irc/anope/files/patch-configure') diff --git a/irc/anope/files/patch-configure b/irc/anope/files/patch-configure index 3ee1d1f4e3d7..9cd78bae21e2 100644 --- a/irc/anope/files/patch-configure +++ b/irc/anope/files/patch-configure @@ -389,3 +389,11 @@ ########################################################################### +@@ -830,6 +448,7 @@ + fi + log cache supplied \`"$CC_LIBS'" + else ++ echo >tmp/test.c "int main(){return 1;}" + CC_LIBS= + if run $CC $CC_FLAGS tmp/test.c -lnsl -o tmp/test ; then + CC_LIBS="$CC_LIBS -lnsl" -- cgit v1.2.3