Kaydet (Commit) 7f5672bb authored tarafından David Tardon's avatar David Tardon

system libgltf conflicts with dbgutil too

Change-Id: I326d62077b556501d0a98794bca4b00f4bcfc369
üst 9044260c
...@@ -3753,6 +3753,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then ...@@ -3753,6 +3753,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
else else
with_system_libcmis=no with_system_libcmis=no
fi fi
if test "$with_system_libgltf" = "yes"; then
AC_MSG_ERROR([--with-system-libgltf conflicts with --enable-dbgutil])
else
with_system_libgltf=no
fi
if test "$enable_win_mozab_driver" = "yes"; then if test "$enable_win_mozab_driver" = "yes"; then
AC_MSG_ERROR([--enable-win-mozab-driver conflicts with --enable-dbgutil]) AC_MSG_ERROR([--enable-win-mozab-driver conflicts with --enable-dbgutil])
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment