Skip to content
Snippets Groups Projects

configure.ac: use AC_PROG_CC_C99

Closed O H requested to merge (removed):C99 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -43,7 +43,7 @@ AM_CONDITIONAL([HAVE_CYGWIN], [test "`uname | grep \"CYGWIN\"`" != ""])
dnl check for standard header files
AC_PROG_CC
AC_PROG_CC_C99
IT_PROG_INTLTOOL([0.35], [no-xml])
Loading