# HG changeset patch # User Eli Zaretskii # Date 1143899478 0 # Node ID 69fa3d9581193d12dacbbb859a76015997f74e1b # Parent fd7f83c9079ef4cf4aaa831065dbc80118901d5a Regenerated. diff -r fd7f83c9079e -r 69fa3d958119 configure --- 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 diff -r fd7f83c9079e -r 69fa3d958119 src/config.in --- a/src/config.in Sat Apr 01 13:48:54 2006 +0000 +++ b/src/config.in Sat Apr 01 13:51:18 2006 +0000 @@ -1,8 +1,8 @@ /* src/config.in. Generated from configure.in by autoheader. */ /* GNU Emacs site configuration template file. - Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, 2006 + Free Software Foundation, Inc. This file is part of GNU Emacs.