From: Po Lu Date: Sat, 6 May 2023 12:32:08 +0000 (+0800) Subject: Update Android port X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7ca46b0a7c7184ff580f930649bfc432954d0d5;p=emacs.git Update Android port * configure.ac (LIBGMP_CFLAGS): Avoid non portable test expression. --- diff --git a/configure.ac b/configure.ac index 750220b5129..832e5a6bafd 100644 --- a/configure.ac +++ b/configure.ac @@ -7261,7 +7261,7 @@ LIBS=$SAVE_LIBS # Set up libgmp on Android. Make sure to override what gnulib has # found. LIBGMP_CFLAGS= -if test "$REALLY_ANDROID" == "yes" && test "$with_libgmp" != "no"; then +if test "$REALLY_ANDROID" = "yes" && test "$with_libgmp" != "no"; then HAVE_LIBGMP=no ndk_SEARCH_MODULE([libgmp], [LIBGMP], [HAVE_LIBGMP=yes])