From dc42890ea46f9f410d6dda00d37112d5503284a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 22 Feb 2017 13:09:56 +0100 Subject: [PATCH] Fix build of linphone-daemon with autotools --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 25609ec20..256b555d6 100644 --- a/configure.ac +++ b/configure.ac @@ -86,6 +86,8 @@ case $target in esac +CXXFLAGS="${CXXFLAGS} -std=c++11" + AM_CONDITIONAL(BUILD_IOS, test x$ios_found = xyes) AC_SUBST(ACLOCAL_MACOS_FLAGS)