aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2019-07-26 17:08:41 -0300
committerHisham Muhammad <hisham@gobolinux.org>2019-07-26 23:58:19 -0300
commit0e695f1a222e05662f091b7cfc9d6a522c628d7f (patch)
tree9e63dfba291ff18d0d0b8bddd7f3834dc4614fd3
parent8f362f99582db3842a01cb703e0ca9dac3adb3d9 (diff)
downloadluarocks-0e695f1a222e05662f091b7cfc9d6a522c628d7f.tar.gz
luarocks-0e695f1a222e05662f091b7cfc9d6a522c628d7f.tar.bz2
luarocks-0e695f1a222e05662f091b7cfc9d6a522c628d7f.zip
configure: fix flag in error message
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 495a11e3..5deb44be 100755
--- a/configure
+++ b/configure
@@ -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."