diff options
author | Stijn Buys <ingar@osirion.org> | 2009-08-09 16:33:34 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-08-09 16:33:34 +0000 |
commit | b808c0e24cc4a59bd801059147bc9805944bee9a (patch) | |
tree | 5f109327dc47cdea5b8ec40b0041c57c200457f6 | |
parent | 766708d92de58ab294880cbfe82c94b9cb5e16b3 (diff) |
disable bullet
-rw-r--r-- | configure.in | 3 |
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" |