mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-31 07:22:26 +01:00
...
This commit is contained in:
parent
c88e6392c0
commit
793a447df1
2 changed files with 2 additions and 2 deletions
2
autoconf/aclocal.m4
vendored
2
autoconf/aclocal.m4
vendored
|
@ -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
2
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue