Skip to content

Commit

Permalink
Enabled c99 for C programs (tests).
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice committed May 17, 2014
1 parent e398aa4 commit 7767309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AC_INIT([Oclgrind], [14.5], , [oclgrind], [https://github.com/jrprice/Oclgrind])
AC_PREREQ([2.63])
AC_CONFIG_SRCDIR([src/])
AM_INIT_AUTOMAKE([foreign 1.12])
AC_PROG_CC_C99
AC_LANG(C++)
AC_PROG_CXX
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 7767309

Please sign in to comment.