X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=configure.ac;h=30eafedcf398a5fa817ac5854c8ea85bfac315d2;hp=a055f7ae700d485d0b972233bac3d223875c06d4;hb=f9a88a1a61c5fbd9f644b34583afe432519963f5;hpb=ea6d8d4a844b67c7abe4ae58a460d872fe299156 diff --git a/configure.ac b/configure.ac index a055f7a..30eafed 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,10 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_GCC_TRADITIONAL +if test x"$ac_cv_prog_cc_c99" = x"no"; then + AC_MSG_ERROR([C99 support is required]) +fi + # -fstack-protector AC_ARG_ENABLE([stack-protector], [AS_HELP_STRING([--disable-stack-protector],