From f64652108b4dcac766f93a1af4a3880a53141de1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 1 May 2024 13:55:44 +0200 Subject: [PATCH] configure.ac: Fix a typo in the lopsub error message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4c67da9..4784b98 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ if test $HAVE_LOPSUB == no; then AC_MSG_ERROR([ The lopsub library is required to build this software, but the above checks indicate it is not installed on your system. - On Debian/Ubuntu systems you mny install the liblopsub-dev package. + On Debian/Ubuntu systems you may install the liblopsub-dev package. Alternatively, run the following command to download a copy. git clone https://git.tuebingen.mpg.de/lopsub.git Install the library, then run this configure script again. -- 2.39.2