diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-07-26 17:08:41 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-07-26 23:58:19 -0300 |
commit | 0e695f1a222e05662f091b7cfc9d6a522c628d7f (patch) | |
tree | 9e63dfba291ff18d0d0b8bddd7f3834dc4614fd3 | |
parent | 8f362f99582db3842a01cb703e0ca9dac3adb3d9 (diff) | |
download | luarocks-0e695f1a222e05662f091b7cfc9d6a522c628d7f.tar.gz luarocks-0e695f1a222e05662f091b7cfc9d6a522c628d7f.tar.bz2 luarocks-0e695f1a222e05662f091b7cfc9d6a522c628d7f.zip |
configure: fix flag in error message
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -445,7 +445,7 @@ check_incdir() { | |||
445 | echo | 445 | echo |
446 | echo "If the development files for Lua (headers and libraries)" | 446 | echo "If the development files for Lua (headers and libraries)" |
447 | echo "are installed in your system, you may need to use the" | 447 | echo "are installed in your system, you may need to use the" |
448 | echo "$(BOLD --with-lua) or $(BOLD --with-include) flags to specify their location." | 448 | echo "$(BOLD --with-lua) or $(BOLD --with-lua-include) flags to specify their location." |
449 | echo | 449 | echo |
450 | echo "If those files are not yet installed, you need to install" | 450 | echo "If those files are not yet installed, you need to install" |
451 | echo "them using the appropriate method for your operating system." | 451 | echo "them using the appropriate method for your operating system." |