]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix configuration with multi-word GMP_LIBS.
authorKai Pastor <dg0yt@darc.de>
Wed, 24 Apr 2024 05:36:22 +0000 (07:36 +0200)
committerKai Pastor <dg0yt@darc.de>
Wed, 24 Apr 2024 05:36:22 +0000 (07:36 +0200)
Signed-off-by: Kai Pastor <dg0yt@darc.de>
m4/hooks.m4

index 3bb16db954d2ed00ad342792ee0dd5f27731da2d..2ebbca584f54e6bd4438d34278f6ca814c032cec 100644 (file)
@@ -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.