[geany/geany] ef3317: If we write C99, we better make sure we compile as such
Colomban Wendling
git-noreply at xxxxx
Sun Oct 20 13:19:56 UTC 2013
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 20 Oct 2013 13:19:56 UTC
Commit: ef331759b01a415ba4d09b4940aa052f9ceedf7c
https://github.com/geany/geany/commit/ef331759b01a415ba4d09b4940aa052f9ceedf7c
Log Message:
-----------
If we write C99, we better make sure we compile as such
Modified Paths:
--------------
configure.ac
Modified: configure.ac
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -24,6 +24,7 @@ fi
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
+AC_PROG_CC_C99
AC_PROG_CXX
# check for C++ compiler explicitly and fail if none is found, do this check
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list