Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ef5bc27..7d72f8a 100644
--- a/configure.in
+++ b/configure.in
@@ -259,7 +259,7 @@ LDFLAGS="$save_LDFLAGS $BULLET_LIBS"
AC_CHECK_HEADER(btBulletDynamicsCommon.h,
AC_DEFINE(HAVE_BULLET, yes, [Define this if you have the bullet physics library])
- BULLET_LIBS="$BULLET_LIBS -lLinearMath -lBulletDynamics -lBulletCollision"
+ BULLET_LIBS="$BULLET_LIBS -lBulletDynamics -lBulletCollision -lLinearMath"
HAVE_BULLET="yes",
AC_MSG_ERROR([bullet physics library not found (http://bulletphysics.org)])
)