summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-03-15 23:32:12 +0200
committerMartin Storsjo <martin@martin.st>2017-03-15 23:34:17 +0200
commitef84575fa7f5299268882dd4fa9838235b0cded8 (patch)
treec2e7ffc594d086dad2d9e540371c8fcb0e5c34cb
parent13aaefba524688c01955f5cc285c5568f107c534 (diff)
downloadgnutls-ef84575fa7f5299268882dd4fa9838235b0cded8.tar.gz
Fix a typo in a variable name in an m4 script
Signed-off-by: Martin Storsjo <martin@martin.st>
-rw-r--r--m4/hooks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index c1beb3c3b8..e8d80a549d 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -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