From 1d605b6873de2af62214882a531795dde0cbe03e Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil <exa.exa@gmail.com> Date: Tue, 12 Jan 2016 21:30:23 +0100 Subject: [PATCH] configure.ac typos --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9926213..c7ee564 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,8 @@ AC_PROG_INSTALL AC_CHECK_HEADERS([gmp.h], , AC_MSG_ERROR([Codecrypt requires gmp.h])) AC_CHECK_LIB(gmp, __gmpz_init, , AC_MSG_ERROR([Codecrypt requires libgmp])) -#check for FFTW library presnece -AC_CHECK_HEADERS([fftw3.h], , AC_MSG_ERROR([Codecrytp requires fftw3.h])) +#check for FFTW library presence +AC_CHECK_HEADERS([fftw3.h], , AC_MSG_ERROR([Codecrypt requires fftw3.h])) AC_CHECK_LIB(fftw3, fftw_plan_dft_1d, , AC_MSG_ERROR([Codecrypt requires libfftw3])) #check whether to build with crypto++