Switch multithreaded flag to disable by default (pass
--enable-multithreaded) to enable BulletMultiThreaded
This commit is contained in:
@@ -132,9 +132,9 @@ CS_CHECK_GLUT
|
|||||||
# Package configuration switches.
|
# Package configuration switches.
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
AC_ARG_ENABLE([multithreaded],
|
AC_ARG_ENABLE([multithreaded],
|
||||||
[AC_HELP_STRING([--disable-multithreaded],
|
[AC_HELP_STRING([--enable-multithreaded],
|
||||||
[build without BulletMultiThreaded (default NO)])],
|
[build BulletMultiThreaded (default NO)])],
|
||||||
[disable_multithreaded=yes], [disable_multithreaded=no])
|
[disable_multithreaded=no], [disable_multithreaded=yes])
|
||||||
AC_MSG_CHECKING([BulletMultiThreaded])
|
AC_MSG_CHECKING([BulletMultiThreaded])
|
||||||
AS_IF([test "$disable_multithreaded" = yes], [build_multithreaded=no], [build_multithreaded=yes])
|
AS_IF([test "$disable_multithreaded" = yes], [build_multithreaded=no], [build_multithreaded=yes])
|
||||||
AC_MSG_RESULT([$build_multithreaded])
|
AC_MSG_RESULT([$build_multithreaded])
|
||||||
|
|||||||
Reference in New Issue
Block a user