summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRick Kern <kernrj@gmail.com>2016-06-26 16:44:40 -0400
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-26 23:25:23 +0200
commit729d82abae2f9bae3e5152022d2df0bb5bcde98e (patch)
tree8c9cdc3c072cdae1a4668828be1facc9b540ae77 /configure
parentbd2cec7021a0e275d4551a56d0a220ba2f9bd691 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 19aea617b2..76d2d27572 100755
--- a/configure
+++ b/configure
@@ -4529,7 +4529,7 @@ fi
add_cppflags -D_ISOC99_SOURCE
add_cxxflags -D__STDC_CONSTANT_MACROS
-add_cxxflags -std=c++11
+add_cxxflags -std=c++98
check_cflags -std=c99
check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
#include <stdlib.h>