summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-03-15 23:32:12 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-16 09:37:13 +0100
commit1a6044a7e7983101c9e7fe2b3fffa7dd82b2789a (patch)
tree00f17342fdd8cfe9c8c754688d4f6df7a93be5dc
parent5dc0e26ac0219717f76b548e73e1bd8435fd5a65 (diff)
downloadgnutls-1a6044a7e7983101c9e7fe2b3fffa7dd82b2789a.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 300cb75e58..3427d573c0 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