Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Sun, 12 Apr 2015 00:42:08 UTC Commit: b5ad2878205147302f4c60a16aae57786723a96b https://github.com/geany/geany-plugins/commit/b5ad2878205147302f4c60a16aae57...
Log Message: ----------- Allow plugins to compile using C99
This is same as Geany's configure.ac file.
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).
plugins-commits@lists.geany.org