[geany/geany-plugins] 472b3d: Merge pull request #212 from codebrainz/c99

Frank Lanitz git-noreply at xxxxx
Sun Apr 12 06:32:32 UTC 2015


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 12 Apr 2015 06:32:32 UTC
Commit:      472b3d46fe66171c8361ab7ad398df1406cad9cc
             https://github.com/geany/geany-plugins/commit/472b3d46fe66171c8361ab7ad398df1406cad9cc

Log Message:
-----------
Merge pull request #212 from codebrainz/c99

Allow plugins to compile using C99


Modified Paths:
--------------
    configure.ac

Modified: configure.ac
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -10,7 +10,8 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([build/cache])
 
 AC_PROG_CC
-AC_PROG_CC_C_O
+AC_PROG_CC_C99
+AM_PROG_CC_C_O
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list