Add configure script check to enable C99 build option.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1621 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
zwelch 2009-05-06 21:48:39 +00:00
parent 4b127e229b
commit 5c1cb131e9
1 changed files with 1 additions and 0 deletions

View File

@ -781,6 +781,7 @@ AM_CONDITIONAL(BITQ, test $build_bitq = yes)
AC_LANG_C
AC_PROG_CC
AC_PROG_CC_C99
AM_PROG_CC_C_O
AC_PROG_RANLIB