Mercurial > emacs
changeset 69752:69fa3d958119
Regenerated.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 Apr 2006 13:51:18 +0000 |
parents | fd7f83c9079e |
children | 00df8675ad39 |
files | configure src/config.in |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
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
--- 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.