]> sourceware.org Git - libabigail.git/commitdiff
Pass -std=gnu++11 to the compiler when --enable-cxx11 for tests
authorDodji Seketeli <dodji@redhat.com>
Wed, 5 Nov 2014 09:53:00 +0000 (10:53 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 5 Nov 2014 09:53:00 +0000 (10:53 +0100)
* tests/Makefile.am: Pass -std=gnu++11 to the compiler when
--enable-cxx11 has been used.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/Makefile.am

index 4df03944347e4d354bceb71dad2cb0c429656af4..d6f4d77d73423ae9871e0bd40a506d3e1594b394 100644 (file)
@@ -8,6 +8,7 @@ endif
 
 if ENABLE_CXX11
 CXX11_TESTS = runtestsvg
+AM_CXXFLAGS = "-std=gnu++11"
 else
 CXX11_TESTS =
 endif
This page took 0.031356 seconds and 5 git commands to generate.