diff options
-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" |