Skip to content

Commit

Permalink
Merge pull request #126 from jelu/c11
Browse files Browse the repository at this point in the history
C++11
  • Loading branch information
jelu authored Sep 4, 2024
2 parents 9625b96 + d8a06a3 commit 22c79a5
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 @@ -25,6 +25,7 @@ AC_CONFIG_HEADER([src/config.h])

# Checks for programs.
AC_PROG_CXX
AS_VAR_APPEND(CXXFLAGS, [" -std=c++11"])

# Check --enable-warn-all
AC_ARG_ENABLE([warn-all], [AS_HELP_STRING([--enable-warn-all], [Enable all compiler warnings])], [
Expand Down

0 comments on commit 22c79a5

Please sign in to comment.