Commit a82e245d authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

configure: On FreeBSD, make wine-pthread the new default.

parent 3a54daee
......@@ -13844,7 +13844,7 @@ case $host_cpu in
EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
;;
darwin*)
darwin*|freebsd*)
MAIN_BINARY="wine-pthread"
;;
*)
......
......@@ -1161,7 +1161,7 @@ case $host_cpu in
linux* | k*bsd*-gnu)
AC_SUBST(MAIN_BINARY,"wine-glibc")
AC_SUBST(EXTRA_BINARIES,"wine-kthread wine-pthread wine-preloader") ;;
darwin*)
darwin*|freebsd*)
AC_SUBST(MAIN_BINARY,"wine-pthread") ;;
*)
AC_SUBST(MAIN_BINARY,"wine-kthread") ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment