From 34e9f7a0eea77ecca3feb1e3f825bb0b5d10c232 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 16 Mar 2023 15:48:26 +0800 Subject: [PATCH] ; * configure.ac: Remove unnecessary escape. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2