summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-09-24 12:47:28 +0200
committerSimon Josefsson <simon@josefsson.org>2007-09-24 12:47:28 +0200
commit9c2648784e371536eef43b22adad4f6d39d745e8 (patch)
treed3e1b0f87da2a38818d62f5a65e9545a2c258228
parent80e03f917e9180a93bc3f84d9a2ffa86fda3ee41 (diff)
downloadgnutls-9c2648784e371536eef43b22adad4f6d39d745e8.tar.gz
Typo.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f362804874..657cd4300d 100644
--- a/configure.in
+++ b/configure.in
@@ -458,7 +458,7 @@ if test "$ac_enable_authz" != "no" && \
else
ac_enable_camellia=no
fi
-if test "$ac_enable_camellia = "yes"; then
+if test "$ac_enable_camellia" = "yes"; then
AC_MSG_RESULT([yes])
AC_DEFINE(ENABLE_CAMELLIA, 1, [enable camellia block cipher])
else