From fc19cf905b03c8ce5fc876c845a8ea53b4cb85a7 Mon Sep 17 00:00:00 2001 From: u37294 Date: Mon, 4 May 2020 10:24:48 -0700 Subject: [PATCH] Lime optional --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3d4ee383..bef17a84 100644 --- a/configure.ac +++ b/configure.ac @@ -226,7 +226,7 @@ AC_SEARCH_LIBS([fftw_execute], [fftw3], AC_SEARCH_LIBS([limeCreateReader], [lime], [AC_DEFINE([HAVE_LIME], [1], [Define to 1 if you have the `LIME' library])] [have_lime=true], - [AC_MSG_ERROR(LIME library was not found in your system.)]) + [AC_MSG_WARN(LIME library was not found in your system.)]) AC_SEARCH_LIBS([SHA256_Init], [crypto], [AC_DEFINE([HAVE_CRYPTO], [1], [Define to 1 if you have the `OpenSSL' library])]