diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-22 13:01:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-22 13:03:46 +0000 |
commit | 2fb74b1ae9fdd0c7b3b69187197895c78bf3c6a7 (patch) | |
tree | 98656f2727a2b836ae6f85cf401d2f8dc75445f0 /configure.ac | |
parent | 903dd3fe075104d4e656c57949bc32b1b9a74e8b (diff) |
build hunspell with _GLIBCXX_DEBUG
Change-Id: Ida2ce221f1e35afd946545c2a36b72dd2386e7dd
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 71462316b73d..8cf2b2510e97 100644 --- a/configure.ac +++ b/configure.ac @@ -3877,6 +3877,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then else with_system_libgltf=no fi + if test "$with_system_hunspell" = "yes"; then + AC_MSG_ERROR([--with-system-hunspell conflicts with --enable-dbgutil]) + else + with_system_hunspell=no + fi else ENABLE_DBGUTIL="" MSVC_USE_DEBUG_RUNTIME="" |