diff configure @ 69752:69fa3d958119

Regenerated.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 Apr 2006 13:51:18 +0000
parents ff3786e89e65
children b99080e25b28 81f2d90dee68 482dfed28bee
line wrap: on
line diff
--- a/configure	Sat Apr 01 13:48:54 2006 +0000
+++ b/configure	Sat Apr 01 13:51:18 2006 +0000
@@ -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