summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-10-30 09:58:46 +0100
committerDavid Tardon <dtardon@redhat.com>2014-11-01 10:14:40 +0100
commit7f5672bb14956d589fd257067b9eebef3c28e421 (patch)
tree5b5efed9a3bf2b5dcd3ec47756ea7e74ec7891c7 /configure.ac
parent9044260c35b22aeb6fdecee35a6ac34bb660ee35 (diff)
system libgltf conflicts with dbgutil too
Change-Id: I326d62077b556501d0a98794bca4b00f4bcfc369
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e39ce6b4225a..84505ba67215 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3753,6 +3753,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
else
with_system_libcmis=no
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
AC_MSG_ERROR([--enable-win-mozab-driver conflicts with --enable-dbgutil])
fi