From 5db322045e21e880efed96b07aaac4eb6e7abbe9 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 1 Sep 2016 11:13:48 +0200 Subject: [PATCH] configure: fix Ubuntu lua pkg suggestion --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 462058477b..8cabd35ce0 100644 --- a/configure.ac +++ b/configure.ac @@ -1662,7 +1662,7 @@ echo " ERROR! liblua library not found, go get it" echo " from http://lua.org/index.html or your distribution:" echo - echo " Ubuntu: apt-get install liblua-5.1-dev" + echo " Ubuntu: apt-get install liblua5.1-dev" echo " CentOS/Fedora: yum install lua-devel" echo echo " If you installed software in a non-standard prefix" @@ -1698,7 +1698,7 @@ echo " ERROR! liblua headers not found, go get them" echo " from http://lua.org/index.html or your distribution:" echo - echo " Ubuntu: apt-get install liblua-5.1-dev" + echo " Ubuntu: apt-get install liblua5.1-dev" echo " CentOS/Fedora: yum install lua-devel" echo echo " If you installed software in a non-standard prefix" -- 2.47.3