Kaydet (Commit) 1b296583 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Disable also the nss module when using --enable-dbgutil in a Windows build

üst 0538506f
......@@ -2293,11 +2293,15 @@ if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
PROEXT=""
PRODUCT=""
AC_MSG_RESULT([yes])
if test $_os = WINNT -a \( "$enable_mozilla" = yes -o "$enable_build_mozilla" = yes \); then
if test $_os = WINNT -a \
\( "$enable_mozilla" = yes -o \
"$enable_nss_module" = yes -o \
"$enable_build_mozilla" = yes \); then
# We can't build against the Mozilla stuff if using _DEBUG, will get linking errors
# See connectivity/drivers/mozab
AC_MSG_WARN([Also disabling Mozilla then])
AC_MSG_WARN([Also disabling Mozilla stuff then])
enable_mozilla=no
enable_nss_module=no
enable_build_mozilla=no
fi
else
......
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