summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-05-22 11:07:40 +0200
committerOndřej Surý <ondrej@sury.org>2013-05-22 11:07:40 +0200
commit3b38b473a0df84946edea28c69b5a1b4d9f51d45 (patch)
treee9725ea6f63111d9c2dc629a97368c10b254c6eb /configure.ac
parentad2c5c0babdb5bc0d68c360f2789c7aca49dcbb0 (diff)
downloadlibgd-3b38b473a0df84946edea28c69b5a1b4d9f51d45.tar.gz
Switch to AC_PROG_CC_STDC, we should have C99 support when using autoconf (the code itself has to stick to subset to support Visual Studio though)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a1906d9..d09ae3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ dnl newer automake wants this, but we still want to work with older
m4_ifndef([AM_PROG_AR],[m4_define([AM_PROG_AR],[:])])
AM_PROG_AR
-AC_PROG_CC
+AC_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LIBTOOL