summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-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