This commit is contained in:
codemastr 2001-06-23 20:14:45 +00:00
parent c88e6392c0
commit 793a447df1
2 changed files with 2 additions and 2 deletions

2
autoconf/aclocal.m4 vendored
View file

@ -248,7 +248,7 @@ tar xfz pthreads.tar.gz
cd threads/src
./configure
cd ../../../
if test "$ac_cv_pthreadspecial"!=no; then
if test "$ac_cv_pthreadspecial" != no; then
PTHREAD_CFLAGS="-I=../extras/threads/include $ac_cv_pthreadspecial"
else
PTHREAD_CFLAGS="-I=../extras/threads/include"

2
configure vendored
View file

@ -4165,7 +4165,7 @@ PTHREAD_CFLAGS="-I=../extras/threads/include $ac_cv_pthreadspecial"
else
PTHREAD_CFLAGS="-I=../extras/threads/include"
fi
PTHREAD_LIBS="../extras/lib/libgthreads.a ../extras/lib/libmalloc.a"
PTHREAD_LIBS="../extras/threads/lib/libgthreads.a ../extras/threads/lib/libmalloc.a"
fi
fi