summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <gillmann@gnunet.org>2018-05-23 10:35:32 +0000
committerNils Gillmann <gillmann@gnunet.org>2018-05-23 10:35:32 +0000
commit2c58ec3811190ef43b9556204837344bb077cbfd (patch)
treef6494682a9f05fc7a74283efdc6bc33f1d0e14a5
parent258198b080f6c4b42d7269c67bd32f899b3d7622 (diff)
downloadgnurl-2c58ec3811190ef43b9556204837344bb077cbfd.tar.gz
gnurl-2c58ec3811190ef43b9556204837344bb077cbfd.tar.bz2
gnurl-2c58ec3811190ef43b9556204837344bb077cbfd.zip
fix typo
Signed-off-by: Nils Gillmann <gillmann@gnunet.org>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dd9cb1590..0e3803ac0 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1512,7 +1512,7 @@ fi
dnl ---
dnl We require OpenSSL with SRP support.
dnl ---
-12if test "$OPENSSL_ENABLED" = "1"; then
+if test "$OPENSSL_ENABLED" = "1"; then
AC_CHECK_LIB(crypto, SRP_Calc_client_key,
[
AC_DEFINE(HAVE_OPENSSL_SRP, 1, [if you have the function SRP_Calc_client_key])