diff options
| author | Eli Zaretskii | 2006-04-01 13:48:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-01 13:48:54 +0000 |
| commit | 5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6 (patch) | |
| tree | 943a12b42c697c9fda059eddf0cf90088c81f63b | |
| parent | 9022d850a34dc8c954c100349a7785bc364cfad0 (diff) | |
| download | emacs-5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6.tar.gz emacs-5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6.zip | |
(HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars
was specified.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6aacfd2bcd4..31aebae1a1b 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2180,7 +2180,7 @@ fi | |||
| 2180 | ### Is -lXaw3d available? | 2180 | ### Is -lXaw3d available? |
| 2181 | HAVE_XAW3D=no | 2181 | HAVE_XAW3D=no |
| 2182 | if test "${HAVE_X11}" = "yes"; then | 2182 | if test "${HAVE_X11}" = "yes"; then |
| 2183 | if test "${USE_X_TOOLKIT}" != "none"; then | 2183 | if test "${USE_X_TOOLKIT}" != "none" && test "${with_toolkit_scroll_bars}" != "no"; then |
| 2184 | dnl Fixme: determine what Scrollbar.h needs to avoid compilation | 2184 | dnl Fixme: determine what Scrollbar.h needs to avoid compilation |
| 2185 | dnl errors from the test without the `-'. | 2185 | dnl errors from the test without the `-'. |
| 2186 | AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h, | 2186 | AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h, |