Commit 729d82ab authored by Rick Kern's avatar Rick Kern Committed by Michael Niedermayer

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

Use c++98 standard instead of c++11.
Signed-off-by: 's avatarRick Kern <kernrj@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent bd2cec70
...@@ -4529,7 +4529,7 @@ fi ...@@ -4529,7 +4529,7 @@ fi
add_cppflags -D_ISOC99_SOURCE add_cppflags -D_ISOC99_SOURCE
add_cxxflags -D__STDC_CONSTANT_MACROS add_cxxflags -D__STDC_CONSTANT_MACROS
add_cxxflags -std=c++11 add_cxxflags -std=c++98
check_cflags -std=c99 check_cflags -std=c99
check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64 check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment