summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-04-01 13:51:18 +0000
committerEli Zaretskii <eliz@gnu.org>2006-04-01 13:51:18 +0000
commit7c00e1e9748ffdff639269ee3b4268407d7a66ad (patch)
treec60e8fd1694850f82e536487bb3b498c46791f92 /configure
parent5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6 (diff)
downloademacs-7c00e1e9748ffdff639269ee3b4268407d7a66ad.tar.gz
Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
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