diff options
| author | Glenn Morris | 2012-01-31 06:17:47 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-01-31 06:17:47 -0500 |
| commit | fd3e94ece865d8cb85d13e98c1594bcabe3fd8db (patch) | |
| tree | 1450050c978cd22a0ac71e34e912654d4155d2fd | |
| parent | fce3fdeb947e51656675129592c8514be32b46bf (diff) | |
| download | emacs-fd3e94ece865d8cb85d13e98c1594bcabe3fd8db.tar.gz emacs-fd3e94ece865d8cb85d13e98c1594bcabe3fd8db.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure index 7dec64b1ca3..e23db1f9638 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -12190,6 +12190,14 @@ $as_echo "$emacs_cv_lesstif" >&6; } | |||
| 12190 | CPPFLAGS=$OLD_CPPFLAGS | 12190 | CPPFLAGS=$OLD_CPPFLAGS |
| 12191 | fi | 12191 | fi |
| 12192 | fi | 12192 | fi |
| 12193 | ac_fn_c_check_header_mongrel "$LINENO" "Xm/BulletinB.h" "ac_cv_header_Xm_BulletinB_h" "$ac_includes_default" | ||
| 12194 | if test "x$ac_cv_header_Xm_BulletinB_h" = x""yes; then : | ||
| 12195 | |||
| 12196 | else | ||
| 12197 | as_fn_error "Motif toolkit requested but requirements not found." "$LINENO" 5 | ||
| 12198 | fi | ||
| 12199 | |||
| 12200 | |||
| 12193 | fi | 12201 | fi |
| 12194 | 12202 | ||
| 12195 | 12203 | ||
| @@ -12201,7 +12209,7 @@ if test "${with_toolkit_scroll_bars}" != "no"; then | |||
| 12201 | 12209 | ||
| 12202 | HAVE_XAW3D=no | 12210 | HAVE_XAW3D=no |
| 12203 | USE_TOOLKIT_SCROLL_BARS=yes | 12211 | USE_TOOLKIT_SCROLL_BARS=yes |
| 12204 | elif test "${HAVE_XAW3D}" = "yes"; then | 12212 | elif test "${HAVE_XAW3D}" = "yes" || test "${USE_X_TOOLKIT}" = "LUCID"; then |
| 12205 | $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h | 12213 | $as_echo "#define USE_TOOLKIT_SCROLL_BARS 1" >>confdefs.h |
| 12206 | 12214 | ||
| 12207 | USE_TOOLKIT_SCROLL_BARS=yes | 12215 | USE_TOOLKIT_SCROLL_BARS=yes |