From 65e70af56c1cbeb0dcd51bd897fbd8315980dfef Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 1 Sep 2009 15:05:57 +0000 Subject: Fix MAKEPROG configure warning git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11565 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e64e194ad..76f1543c6 100755 --- a/configure +++ b/configure @@ -821,7 +821,7 @@ writefiles(1); makecache(); print "\n\n"; -print "To build your server with these settings, please type '\e[1;32m$config{MAKEPROG}\e[0m' now.\n"; +print "To build your server with these settings, please run '\e[1;32mmake\e[0m' now.\n"; if (($config{USE_GNUTLS} eq "y") || ($config{USE_OPENSSL} eq "y")) { print "Please note: for \e[1;32mSSL support\e[0m you will need to load required\n"; print "modules in your config. This configure script has added those modules to the\n"; -- cgit v1.2.3