From: Victor Julien Date: Thu, 1 Sep 2016 09:13:48 +0000 (+0200) Subject: configure: fix Ubuntu lua pkg suggestion X-Git-Tag: suricata-3.1.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db322045e21e880efed96b07aaac4eb6e7abbe9;p=thirdparty%2Fsuricata.git configure: fix Ubuntu lua pkg suggestion --- 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"