Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-08-09 16:33:34 +0000
committerStijn Buys <ingar@osirion.org>2009-08-09 16:33:34 +0000
commitb808c0e24cc4a59bd801059147bc9805944bee9a (patch)
tree5f109327dc47cdea5b8ec40b0041c57c200457f6 /configure.in
parent766708d92de58ab294880cbfe82c94b9cb5e16b3 (diff)
disable bullet
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a66fb24..a64eed2 100644
--- a/configure.in
+++ b/configure.in
@@ -240,6 +240,9 @@ AC_ARG_WITH(bullet,
)
)
+dnl disable bullet for now
+with_bullet=no
+
if test "x${with_bullet}" != "xno"; then
save_CPPFLAGS="$CPPFLAGS"
save_LDFLAGS="$LDFLAGS"