Revmoed -DBULLET, and disables bullet profiling.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1435 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-02-01 13:35:37 +00:00
parent e49a415671
commit 2d849d0efb

View File

@ -395,7 +395,7 @@ AC_SUBST(NOREGMOVE)
dnl ==============
dnl Bullet physics
dnl ==============
AC_DEFINE([BULLET], [], [Use the bullet physics engine])
AC_DEFINE([BT_NO_PROFILE], [], [Disable bullet internal profiling])
CXXFLAGS="$CXXFLAGS -Ibullet/src"
AC_CONFIG_FILES([ \
src/bullet/Makefile \