aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-29 15:51:02 +0200
committerMax Kellermann <max@duempel.org>2008-09-29 15:51:02 +0200
commit798eeeee633c77bb7ca1a36c161ffe151bacff76 (patch)
tree183d673892cc6461c4a480e31bb6e94906033846 /configure.ac
parent226d52b36fe648215f367d352ad6e5eb38e116be (diff)
downloadmpd-798eeeee633c77bb7ca1a36c161ffe151bacff76.tar.gz
mpd-798eeeee633c77bb7ca1a36c161ffe151bacff76.tar.xz
mpd-798eeeee633c77bb7ca1a36c161ffe151bacff76.zip
require a C99 compiler
C99 will soon have its 10th birthday. Let's not beat the dead C89 horse, and raise the compiler requirements. From now on, we need a C99 compiler. This adds "-std=gnu99" to the GCC compiler options, in case GCC is used.
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 278cf36bf..451858f74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_SUBST(MP4FF_LIB)
AC_SUBST(MP4FF_SUBDIR)
AC_LANG(C)
-AC_PROG_CC
+AC_PROG_CC_C99
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LIBTOOL