# HG changeset patch # User Eli Zaretskii # Date 1143899334 0 # Node ID fd7f83c9079ef4cf4aaa831065dbc80118901d5a # Parent 8cd64e734ed51a807a8030e8273cfe719a27f0d2 (HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars was specified. diff -r 8cd64e734ed5 -r fd7f83c9079e configure.in --- 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,