]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: fix Ubuntu lua pkg suggestion
authorVictor Julien <victor@inliniac.net>
Thu, 1 Sep 2016 09:13:48 +0000 (11:13 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 1 Sep 2016 09:13:48 +0000 (11:13 +0200)
configure.ac

index 462058477bcf24696af6f215e62e97715a9523a8..8cabd35ce0023f6d42adda0f681c8f82e3c12435 100644 (file)
                     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"
                 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"