; * configure.ac: Remove unnecessary escape.

This commit is contained in:
Po Lu 2023-03-16 15:48:26 +08:00
parent e38758aaf4
commit 34e9f7a0ee

View file

@ -29,8 +29,7 @@ AC_INIT([GNU Emacs], [30.0.50], [bug-gnu-emacs@gnu.org], [],
if test "$XCONFIGURE" = "android"; then
# configure is being called recursively to configure Emacs for
# Android!
AC_MSG_NOTICE([called to recursively configure Emacs \
for Android.])
AC_MSG_NOTICE([called to recursively configure Emacs for Android.])
# Set CC to ANDROID_CC and CFLAGS to ANDROID_CFLAGS.
CC=$ANDROID_CC
# Set -Wno-implicit-function-declaration. Building Emacs for older