mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
Change for improved backwards compatibility.
This commit is contained in:
parent
944319de57
commit
effbfdb8c7
@ -452,7 +452,7 @@ dnl
|
|||||||
dnl Now check if the installed Matroska is sufficiently new.
|
dnl Now check if the installed Matroska is sufficiently new.
|
||||||
dnl
|
dnl
|
||||||
rm -f conf.matroskatest
|
rm -f conf.matroskatest
|
||||||
AC_LANG_PUSH(C++)
|
AC_LANG(C++)
|
||||||
AC_TRY_RUN([
|
AC_TRY_RUN([
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -474,7 +474,7 @@ int main ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
],, no_matroska=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
|
],, no_matroska=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
|
||||||
AC_LANG_POP
|
AC_LANG(C)
|
||||||
CXXFLAGS="$ac_save_CXXFLAGS"
|
CXXFLAGS="$ac_save_CXXFLAGS"
|
||||||
LIBS="$ac_save_LIBS"
|
LIBS="$ac_save_LIBS"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user