aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/configure.ac b/perl/configure.ac
index a02cb06c9..493f0c85c 100644
--- a/perl/configure.ac
+++ b/perl/configure.ac
@@ -29,7 +29,7 @@ NEED_PROG(xz, xz)
AC_MSG_CHECKING([whether Perl is recent enough])
if ! $perl -e 'open(FOO, "-|", "true"); while (<FOO>) { print; }; close FOO or die;'; then
AC_MSG_RESULT(no)
- AC_MSG_ERROR([Your Perl version is too old. Nix requires Perl 5.8.0 or newer.])
+ AC_MSG_ERROR([Your Perl version is too old. Lix requires Perl 5.8.0 or newer.])
fi
AC_MSG_RESULT(yes)