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.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"