From: Eli Zaretskii Date: Sat, 1 Apr 2006 13:48:54 +0000 (+0000) Subject: (HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars X-Git-Tag: emacs-pretest-22.0.90~3364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6;p=emacs.git (HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars was specified. --- diff --git a/configure.in b/configure.in index 6aacfd2bcd4..31aebae1a1b 100644 --- a/configure.in +++ b/configure.in @@ -2180,7 +2180,7 @@ fi ### 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,