From: Max Kellermann Date: Tue, 16 Sep 2008 17:11:40 +0000 (+0200) Subject: use a C99 compiler X-Git-Tag: v0.12_alpha1~287 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=318c4f1db7644b0c6e4cb1650b83bd550c297a49;p=ncmpc.git use a C99 compiler --- diff --git a/configure.ac b/configure.ac index 9c0fd9d..57e7bb5 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE([ncmpc], [0.12~git]) AM_CONFIG_HEADER([config.h]) dnl Check for programs -AC_PROG_CC +AC_PROG_CC_C99 AC_PROG_INSTALL dnl AC_PROG_LIBTOOL AC_PROG_LIBTOOL