mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
configure.in Fix "$target_os" = "freebsd" test; not a critical fix.
configure.in: Fix "$target_os" = "freebsd" test; not a critical fix.
This commit is contained in:
parent
6d4dd77271
commit
f63d29f515
1 changed files with 4 additions and 4 deletions
|
|
@ -1122,10 +1122,10 @@ if test "$ac_cv_lib_pthread_strtok_r" = "no"
|
|||
then
|
||||
my_save_LIBS="$LIBS"
|
||||
AC_CHECK_LIB(c_r,strtok_r)
|
||||
if test "$with_osf32_threads" = "yes" -o "$target_os" = "FreeBSD" -o "$target_os" = "freebsd"
|
||||
then
|
||||
LIBS="$my_save_LIBS"
|
||||
fi
|
||||
case "$with_osf32_threads---$target_os" in
|
||||
# Don't keep -lc_r in LIBS; -pthread handles it magically
|
||||
yes---* | *---freebsd* ) LIBS="$my_save_LIBS" ;;
|
||||
esac
|
||||
AC_CHECK_FUNCS(strtok_r pthread_init)
|
||||
else
|
||||
AC_CHECK_FUNCS(strtok_r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue