From: Andre Noll Date: Wed, 1 May 2024 11:55:44 +0000 (+0200) Subject: configure.ac: Fix a typo in the lopsub error message. X-Git-Tag: v1.0.2~3 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=f64652108b4dcac766f93a1af4a3880a53141de1;p=tfortune.git configure.ac: Fix a typo in the lopsub error message. --- 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.