diff options
| -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, |