emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android c7ca46b0a7c 1/2: Update Android port


From: Po Lu
Subject: feature/android c7ca46b0a7c 1/2: Update Android port
Date: Sat, 6 May 2023 08:36:32 -0400 (EDT)

branch: feature/android
commit c7ca46b0a7c7184ff580f930649bfc432954d0d5
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Update Android port
    
    * configure.ac (LIBGMP_CFLAGS): Avoid non portable test
    expression.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]