]> git.eshelyaron.com Git - emacs.git/commitdiff
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sat, 6 May 2023 12:32:08 +0000 (20:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 6 May 2023 12:34:01 +0000 (20:34 +0800)
* configure.ac (LIBGMP_CFLAGS): Avoid non portable test
expression.

configure.ac

index 750220b51292e11a6e931b72c5d1acc24ab595df..832e5a6bafd5279d680ae3c9d7ed5f1bc20a5ab0 100644 (file)
@@ -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])