mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Honor --disable-precompiled-headers
This commit is contained in:
parent
10174393c9
commit
94454e979d
@ -4,7 +4,7 @@ dnl
|
||||
|
||||
AC_ARG_ENABLE([precompiled_headers],
|
||||
AC_HELP_STRING([--enable-precompiled-headers],[enable the generation and use of precompiled headers (auto)]),
|
||||
[enable_precompiled_headers=yes],
|
||||
[],
|
||||
[enable_precompiled_headers=auto])
|
||||
|
||||
if test x"$enable_precompiled_headers" = x"auto"; then
|
||||
|
Loading…
Reference in New Issue
Block a user