diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-04-01 13:51:18 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-04-01 13:51:18 +0000 |
commit | 7c00e1e9748ffdff639269ee3b4268407d7a66ad (patch) | |
tree | c60e8fd1694850f82e536487bb3b498c46791f92 /configure | |
parent | 5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6 (diff) | |
download | emacs-7c00e1e9748ffdff639269ee3b4268407d7a66ad.tar.gz |
Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index 624cffc8251..7e0799badae 100755 --- a/configure +++ b/configure @@ -2093,6 +2093,7 @@ _ACEOF ;; hppa*-hp-hpux1[1-9]* ) machine=hp800 opsys=hpux11 + CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" ;; hppa*-*-linux-gnu* ) @@ -11412,7 +11413,7 @@ fi ### 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 |