emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/configure


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

Index: emacs/configure
diff -u emacs/configure:1.167 emacs/configure:1.168
--- emacs/configure:1.167       Fri Mar  3 11:32:03 2006
+++ emacs/configure     Sat Apr  1 13:51:05 2006
@@ -2093,6 +2093,7 @@
   ;;
   hppa*-hp-hpux1[1-9]* )
     machine=hp800 opsys=hpux11
+    CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
   ;;
 
   hppa*-*-linux-gnu* )
@@ -11412,7 +11413,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
             echo "$as_me:$LINENO: checking for X11/Xaw3d/Scrollbar.h" >&5
 echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
 if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then




reply via email to

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