From fbe80be3a33d0e14b43ac0ac31bb076751c3fb02 Mon Sep 17 00:00:00 2001 From: linus Date: Wed, 31 Mar 2010 12:28:16 +0000 Subject: Make that `-pthreads', with a trailing `s', for making GCC pre gcc-4.x happy too. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@541 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7585a60..e6b62c0 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ case "${target_os}" in if test "$GCC" != yes ; then TARGET_CFLAGS="$TARGET_CFLAGS -mt" else - TARGET_CFLAGS="$TARGET_CFLAGS -pthread" + TARGET_CFLAGS="$TARGET_CFLAGS -pthreads" fi TARGET_LDFLAGS="-lpthread -lsocket -lnsl" ;; -- cgit v1.2.3