Fix a typo in the FreeBSD support section.
This commit is contained in:
parent
1915423544
commit
3fea2499c4
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ if test "x$ac_cv_lib_pthread_pthread_exit" != "xyes" \
|
|||
dnl fails. See if we need -pthread instead of -lpthread and look
|
||||
dnl for the functions in libc_r.
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
save_CFLAGS="$FLAGS"
|
||||
save_CFLAGS="$CFLAGS"
|
||||
CXXFLAGS="-pthread $CXXFLAGS"
|
||||
CFLAGS="-pthread $FLAGS"
|
||||
save_LIBS=$LIBS
|
||||
|
|
Loading…
Reference in a new issue