From: Kai Pastor Date: Wed, 24 Apr 2024 05:36:22 +0000 (+0200) Subject: Fix configuration with multi-word GMP_LIBS. X-Git-Tag: 3.8.6~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab380eda17a225541f28ea2012a81ae7307e8023;p=thirdparty%2Fgnutls.git Fix configuration with multi-word GMP_LIBS. Signed-off-by: Kai Pastor --- diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 3bb16db954..2ebbca584f 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -97,7 +97,7 @@ AC_MSG_ERROR([[ GMP_CFLAGS="" GMP_LIBS="" else - if test x$GMP_LIBS = x; then + if test "x$GMP_LIBS" = "x"; then AC_CHECK_LIB(gmp, __gmpz_cmp, [GMP_LIBS="-lgmp"], [AC_MSG_ERROR([[ *** *** gmp was not found.