chiark / gitweb /
Back end for scheduling code (cf defect #6). Currently there's no way
[disorder] / configure.ac
index 3c13dacc67f6d923a521eedad037fc2da16ab309..bfed8b54f17d17a335082dcf322a920971e158e5 100644 (file)
@@ -1,4 +1,3 @@
-
 # Process this file with autoconf to produce a configure script.
 #
 # This file is part of DisOrder.
@@ -45,6 +44,7 @@ AC_SET_MAKE
 if test "x$GCC" = xyes; then
   gcc_werror=-Werror
 else
+  AC_MSG_ERROR([GNU C is required to build this program])
   gcc_werror=""
 fi