Change for improved backwards compatibility.

This commit is contained in:
Moritz Bunkus 2003-05-09 13:14:06 +00:00
parent 944319de57
commit effbfdb8c7

View File

@ -452,7 +452,7 @@ dnl
dnl Now check if the installed Matroska is sufficiently new.
dnl
rm -f conf.matroskatest
AC_LANG_PUSH(C++)
AC_LANG(C++)
AC_TRY_RUN([
#include <stdio.h>
#include <stdlib.h>
@ -474,7 +474,7 @@ int main ()
}
],, no_matroska=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
AC_LANG_POP
AC_LANG(C)
CXXFLAGS="$ac_save_CXXFLAGS"
LIBS="$ac_save_LIBS"
fi