Compile for the C99 standard.
authorRafal Krypa <r.krypa@samsung.com>
Tue, 31 Dec 2013 15:07:55 +0000 (16:07 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Tue, 31 Dec 2013 15:07:55 +0000 (16:07 +0100)
The code already uses C99 constructs, but appropriate compiler options
were not set.

Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
configure.ac

index 51cc91f..d2ad524 100644 (file)
@@ -13,6 +13,7 @@ AM_SILENT_RULES([yes])
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 LT_INIT([disable-static])
 AC_PREFIX_DEFAULT([/usr])
+AC_PROG_CC_C99
 
 AC_CHECK_PROG([DOXYGEN], [doxygen], [doxygen], [])
 AC_MSG_CHECKING([for doxygen])