emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Sat, 01 Apr 2006 13:48:54 +0000

Index: emacs/configure.in
diff -u emacs/configure.in:1.407 emacs/configure.in:1.408
--- emacs/configure.in:1.407    Sat Apr  1 13:40:19 2006
+++ emacs/configure.in  Sat Apr  1 13:48:54 2006
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]