]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix a typo in a variable name in an m4 script
authorMartin Storsjo <martin@martin.st>
Wed, 15 Mar 2017 21:32:12 +0000 (23:32 +0200)
committerMartin Storsjo <martin@martin.st>
Wed, 15 Mar 2017 21:34:17 +0000 (23:34 +0200)
Signed-off-by: Martin Storsjo <martin@martin.st>
m4/hooks.m4

index c1beb3c3b8ad66bfd5e4f0e7d20455627fb2df9a..e8d80a549d9ff708fb8ba50fcfc70c4647f1dc57 100644 (file)
@@ -92,7 +92,7 @@ AC_MSG_ERROR([[
   AC_ARG_VAR(GMP_CFLAGS, [C compiler flags for gmp])
   AC_ARG_VAR(GMP_LIBS, [linker flags for gmp])
   if test "$mini_nettle" != no;then
-    GMP_CLFLAGS=""
+    GMP_CFLAGS=""
     GMP_LIBS=""
   else
     if test x$GMP_LIBS = x; then