mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Allow precompiled headers to be used with gcc >= 4.2 by default
This commit is contained in:
parent
b253f1d9ec
commit
835a81c2da
@ -8,7 +8,7 @@ AC_ARG_ENABLE([precompiled_headers],
|
||||
[enable_precompiled_headers=auto])
|
||||
|
||||
if test x"$enable_precompiled_headers" = x"auto"; then
|
||||
if ! check_version 4.4.0 $ac_cv_gcc_version ; then
|
||||
if ! check_version 4.2.0 $ac_cv_gcc_version ; then
|
||||
enable_precompiled_headers=no
|
||||
else
|
||||
enable_precompiled_headers=yes
|
||||
|
Loading…
Reference in New Issue
Block a user