From 0e695f1a222e05662f091b7cfc9d6a522c628d7f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 26 Jul 2019 17:08:41 -0300 Subject: configure: fix flag in error message --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 495a11e3..5deb44be 100755 --- a/configure +++ b/configure @@ -445,7 +445,7 @@ check_incdir() { echo echo "If the development files for Lua (headers and libraries)" echo "are installed in your system, you may need to use the" - echo "$(BOLD --with-lua) or $(BOLD --with-include) flags to specify their location." + echo "$(BOLD --with-lua) or $(BOLD --with-lua-include) flags to specify their location." echo echo "If those files are not yet installed, you need to install" echo "them using the appropriate method for your operating system." -- cgit v1.2.3-55-g6feb