]> git.eshelyaron.com Git - emacs.git/commitdiff
; * configure.ac: Remove unnecessary escape.
authorPo Lu <luangruo@yahoo.com>
Thu, 16 Mar 2023 07:48:26 +0000 (15:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 16 Mar 2023 07:48:26 +0000 (15:48 +0800)
configure.ac

index 5a8771bf3d7ae9840903fad4bd6ce55ada00ebff..88c1b6667fae232d86c5321439be13414a2b9ab9 100644 (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