Mercurial > emacs
changeset 69751:fd7f83c9079e
(HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars
was specified.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 Apr 2006 13:48:54 +0000 |
parents | 8cd64e734ed5 |
children | 69fa3d958119 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Apr 01 13:40:19 2006 +0000 +++ b/configure.in Sat Apr 01 13:48:54 2006 +0000 @@ -2180,7 +2180,7 @@ ### Is -lXaw3d available? HAVE_XAW3D=no if test "${HAVE_X11}" = "yes"; then - if test "${USE_X_TOOLKIT}" != "none"; then + if test "${USE_X_TOOLKIT}" != "none" && test "${with_toolkit_scroll_bars}" != "no"; then dnl Fixme: determine what Scrollbar.h needs to avoid compilation dnl errors from the test without the `-'. AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h,