summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
Diffstat (limited to 'Config')
-rwxr-xr-xConfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config b/Config
index be395091f..deea02258 100755
--- a/Config
+++ b/Config
@@ -153,6 +153,17 @@ done
###########################################################################
+which cmake > /dev/null
+if [ $? -ne 0 ] ; then
+ clear
+ echo "Anope requires CMake 2.4 or newer to be configured, which can"
+ echo "be downloaded at http://www.cmake.org/. If you have installed"
+ echo "CMake already, ensure it is in your PATH environment variable."
+ exit 0
+fi
+
+###########################################################################
+
if [ ! "$NO_INTRO" ] ; then
case `uname -s` in
MINGW*)