Minor fix for checking thread support in configuration

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-10-08 10:48:52 +00:00
parent 9f06142556
commit 636ef08486
3 changed files with 11 additions and 6 deletions

6
configure vendored
View file

@ -1291,7 +1291,7 @@ else
cat > conftest.$ac_ext <<EOF
#line 1293 "configure"
#include "confdefs.h"
#include "config_thread.m"
#include "config/config_thread.m"
EOF
if { (eval echo configure:1297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
@ -1314,7 +1314,7 @@ else
cat > conftest.$ac_ext <<EOF
#line 1316 "configure"
#include "confdefs.h"
#include "config_thread.m"
#include "config/config_thread.m"
EOF
if { (eval echo configure:1320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
@ -1336,7 +1336,7 @@ else
cat > conftest.$ac_ext <<EOF
#line 1338 "configure"
#include "confdefs.h"
#include "config_thread.m"
#include "config/config_thread.m"
EOF
if { (eval echo configure:1342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then