From 34a371625b17428aa0e35488499a2a7b69b0da27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Mar 2012 12:29:37 +0200 Subject: C++11 support in automake and VC++ projects, portability fixes --- pgsql/template/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pgsql/template/Makefile.am') diff --git a/pgsql/template/Makefile.am b/pgsql/template/Makefile.am index 7f0984f..fdcd8b1 100644 --- a/pgsql/template/Makefile.am +++ b/pgsql/template/Makefile.am @@ -26,6 +26,10 @@ ODB = @ODB@ ODBFLAGS = @ODBFLAGS@ ODBCPPFLAGS = @ODBCPPFLAGS@ +if HAVE_CXX11 +ODBFLAGS += --std c++11 +endif + test-odb.hxx: test.hxx $(ODB) $(AM_CPPFLAGS) $(ODBCPPFLAGS) $(CPPFLAGS) $(ODBFLAGS) __value__(odb_options) $< ) -- cgit v1.1