X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/a4243347741f0f7079858e03bca8fc32990f525c..fdca70eebfb07306ea5f57fa6787e86f913416d2:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 3c13dac..bfed8b5 100644 --- a/configure.ac +++ b/configure.ac @@ -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