summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-04-01 13:48:54 +0000
committerEli Zaretskii <eliz@gnu.org>2006-04-01 13:48:54 +0000
commit5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6 (patch)
tree943a12b42c697c9fda059eddf0cf90088c81f63b /configure.in
parent9022d850a34dc8c954c100349a7785bc364cfad0 (diff)
downloademacs-5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6.tar.gz
(HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars
was specified.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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,