OSDN Git Service

配列に対して行っている不要なNULLチェックを削除
[hengband/hengband.git] / configure.in
index bb57a11..11b0273 100644 (file)
@@ -48,6 +48,9 @@ AC_ARG_ENABLE(worldscore,
 [  --disable-worldscore    disable worldscore support], ,AC_DEFINE(WORLD_SCORE, 1, [Allow the game to send scores to the score server]))
 AC_ARG_ENABLE(chuukei,
 [  --enable-chuukei        enable internet chuukei support], AC_DEFINE(CHUUKEI, 1, [Chuukei mode]))
+AC_ARG_ENABLE(c99,
+[  --enable-c99      use c99 option for typedef], AC_DEFINE(C99,
+ 1, [C99 Compile]))
 
 dnl -fno-strength-reduce prevents a bug in some versions of gcc
 if test "$GCC" = yes; then