From: zwelch Date: Wed, 6 May 2009 21:48:39 +0000 (+0000) Subject: Add configure script check to enable C99 build option. X-Git-Tag: v0.2.0~884 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5c1cb131e91b4e23aa637b5fea7df6d1b850bd6e;p=openocd Add configure script check to enable C99 build option. git-svn-id: svn://svn.berlios.de/openocd/trunk@1621 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/configure.in b/configure.in index 0bb1e9eb..07203e13 100644 --- a/configure.in +++ b/configure.in @@ -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