summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-11-06 08:32:13 +0000
committerHerbert Dürr <hdu@apache.org>2013-11-06 08:32:13 +0000
commitc81c999eeccc3657c712e50b39dc783c9cde0152 (patch)
tree33c90b81e10536f237ff769e3e60a09ceab51c1f /configure.in
parentce2260c549c1cafadd1182e4e7155b18ab44e771 (diff)
#i123623# RmMoz 8/9: remove the obsoleted seamonkey 1.1.14 module
That module was used for its security libs and its address book support. With #i122365# the dependency on its security libs was replaced with plain NSS. With #i123575# the already quite bit-rotten seamonkey address books were removed. Now there is nothing left for it to do and so that huge and complex module can finally be retired after all these years.
Notes
ignore: obsolete
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/configure.in b/configure.in
index 032bc29b0af3..dbdf400c678c 100644
--- a/configure.in
+++ b/configure.in
@@ -603,10 +603,6 @@ AC_ARG_WITH(system-mdds,
AC_ARG_WITH(system-vigra,
[ --with-system-vigra Use vigra already on system
],,)
-AC_ARG_ENABLE(Xaw,
-[ --disable-Xaw Disables the use of Xaw for the Netscape/Mozilla
- plugin
-],,)
AC_ARG_ENABLE(hunspell,
[ --enable-hunspell Determines whether to enable the Hunspell library.
If enabled, the library will be built unless you
@@ -5003,28 +4999,6 @@ fi
AC_SUBST(XLIB)
AC_SUBST(XAU_LIBS)
-if test "$_os" != "WINNT" -a "$_os" != "OS2" -a "$_os" != "Darwin"; then
- dnl ===================================================================
- dnl Check for using Xaw
- dnl ===================================================================
- AC_MSG_CHECKING([whether to use Xaw])
- if test "$enable_Xaw" = "no"; then
- DISABLE_XAW=TRUE
- AC_MSG_RESULT([no])
- AC_CHECK_HEADERS(X11/Composite.h,[],[AC_MSG_ERROR([Xt include headers not found])],
- [#include <X11/Intrinsic.h>])
- else
- AC_MSG_RESULT([yes])
- AC_CHECK_HEADERS(X11/Xaw/Label.h,[],[AC_MSG_ERROR([Xaw include headers not found])],
- [#include <X11/Intrinsic.h>])
- AC_CHECK_LIB(Xaw, main, [],
- [AC_MSG_ERROR(Xaw library not found or functional)], [])
- fi
-fi
-AC_SUBST(DISABLE_XAW)
-
-
-
dnl ===================================================================
dnl Check if fontconfig/fontconfig.h is available
dnl ===================================================================