Skip to content

Commit 0b2b27e

Browse files
committed
Add C++11 requirement for building code
1 parent 6ba0b31 commit 0b2b27e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.in

+1
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ AC_DEFINE(OSTRSTREAM_TYPE_IS_BROKEN,1,The type ostrstream is broken)
585585
])
586586
AC_LANG_POP([C++])
587587

588+
CXX_FLAGS+=" -std=c++11"
588589

589590
#dnl
590591
#dnl Set dl library on Linux.

0 commit comments

Comments
 (0)