diff options
| -rw-r--r-- | configure.ac | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index cc3ae1af82f..0282aa0c201 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1179,7 +1179,7 @@ package will likely install on older systems but crash on startup.]) | |||
| 1179 | android_ndk_path="$with_ndk_path" \ | 1179 | android_ndk_path="$with_ndk_path" \ |
| 1180 | android_ndk_cxx_shared="$with_ndk_cxx_shared" \ | 1180 | android_ndk_cxx_shared="$with_ndk_cxx_shared" \ |
| 1181 | android_ndk_cxx="$android_ndk_cxx" \ | 1181 | android_ndk_cxx="$android_ndk_cxx" \ |
| 1182 | $0 $passthrough], [], | 1182 | $CONFIG_SHELL $0 $passthrough], [], |
| 1183 | [AC_MSG_ERROR([Failed to cross-configure Emacs for android.])]) | 1183 | [AC_MSG_ERROR([Failed to cross-configure Emacs for android.])]) |
| 1184 | 1184 | ||
| 1185 | # Now set ANDROID to yes. | 1185 | # Now set ANDROID to yes. |
| @@ -7527,9 +7527,12 @@ done | |||
| 7527 | AC_DEFINE_UNQUOTED([EMACS_CONFIG_FEATURES], ["${emacs_config_features}"], | 7527 | AC_DEFINE_UNQUOTED([EMACS_CONFIG_FEATURES], ["${emacs_config_features}"], |
| 7528 | [Summary of some of the main features enabled by configure.]) | 7528 | [Summary of some of the main features enabled by configure.]) |
| 7529 | 7529 | ||
| 7530 | # This is just a printable representation of the shared user ID. | ||
| 7531 | android_shared_user= | ||
| 7532 | AS_IF([test -n "$with_shared_user_id"],[android_shared_user="($with_shared_user_id)"]) | ||
| 7533 | |||
| 7530 | AS_ECHO([" Does Emacs use -lXaw3d? ${HAVE_XAW3D} | 7534 | AS_ECHO([" Does Emacs use -lXaw3d? ${HAVE_XAW3D} |
| 7531 | Is Emacs being built for Android? ${ANDROID}\ | 7535 | Is Emacs being built for Android? ${ANDROID} ${android_shared_user} |
| 7532 | `AS_IF([test -n "$with_shared_user_id"],[AS_ECHO([" ($with_shared_user_id)"])])` | ||
| 7533 | Does Emacs use the X Double Buffer Extension? ${HAVE_XDBE} | 7536 | Does Emacs use the X Double Buffer Extension? ${HAVE_XDBE} |
| 7534 | Does Emacs use -lXpm? ${HAVE_XPM} | 7537 | Does Emacs use -lXpm? ${HAVE_XPM} |
| 7535 | Does Emacs use -ljpeg? ${HAVE_JPEG} | 7538 | Does Emacs use -ljpeg? ${HAVE_JPEG} |