From: Po Lu Date: Thu, 16 Mar 2023 07:48:26 +0000 (+0800) Subject: ; * configure.ac: Remove unnecessary escape. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34e9f7a0eea77ecca3feb1e3f825bb0b5d10c232;p=emacs.git ; * configure.ac: Remove unnecessary escape. --- diff --git a/configure.ac b/configure.ac index 5a8771bf3d7..88c1b6667fa 100644 --- a/configure.ac +++ b/configure.ac @@ -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