Browse code

configure: use c++98 for c++ files

Use c++98 standard instead of c++11.

Signed-off-by: Rick Kern <kernrj@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 729d82abae2f9bae3e5152022d2df0bb5bcde98e)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Rick Kern authored on 2016/06/27 05:44:40
Showing 1 changed files
... ...
@@ -4529,7 +4529,7 @@ fi
4529 4529
 
4530 4530
 add_cppflags -D_ISOC99_SOURCE
4531 4531
 add_cxxflags -D__STDC_CONSTANT_MACROS
4532
-add_cxxflags -std=c++11
4532
+add_cxxflags -std=c++98
4533 4533
 check_cflags -std=c99
4534 4534
 check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
4535 4535
 #include <stdlib.h>