Fix build of linphone-daemon with autotools

This commit is contained in:
François Grisez 2017-02-22 13:09:56 +01:00
parent 57062706ec
commit dc42890ea4

View file

@ -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)