mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
9f06142556
commit
636ef08486
3 changed files with 11 additions and 6 deletions
6
configure
vendored
6
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue