From 9951ab2ab5b4acba73ee297db841180367864bbb Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Mon, 29 Jul 2013 04:02:41 -0400 Subject: [PATCH] Switched to C++11 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 78c9266..2bf3610 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,6 @@ AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@ AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ \ -fno-exceptions \ - -Wall -Wextra -Wundef -Wunused-macros + -Wall -Wextra -Wundef -Wunused-macros -std=c++11 gmenu2x_LDADD = @LIBS@ @SDL_LIBS@