From 63e6183831684509c14560c24e0a61deafdc44b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 24 Sep 2013 12:55:19 +0000 Subject: [PATCH] only in gcc 4.7 and newer: -std=c++11; refs #27 --- doc/examples/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/makefile.am b/doc/examples/makefile.am index 43f3c89..1bcef3c 100644 --- a/doc/examples/makefile.am +++ b/doc/examples/makefile.am @@ -39,7 +39,7 @@ cryptoki_demo_LDADD += -leay32 endif cryptoki_sign_demo_SOURCES = cryptoki-sign-demo.cxx -cryptoki_sign_demo_CPPFLAGS = -std=c++11 -I${top_srcdir}/src -I/usr/include/PCSC +cryptoki_sign_demo_CPPFLAGS = -std=c++0x -I${top_srcdir}/src -I/usr/include/PCSC cryptoki_sign_demo_LDADD = -lpcscxx cryptoki_sign_demo_LDFLAGS = -L${top_builddir}/src if MINGW32