X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cae601224e356773fcd101dce0677f558e7c4357..7431029172f190eb3c5c63a8828e723276551ca6:/tests/atlocal.in?ds=inline diff --git a/tests/atlocal.in b/tests/atlocal.in index a189b2d6..31cc12cf 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -8,3 +8,6 @@ CFLAGS='@CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@' # We need `config.h'. CPPFLAGS="-I$abs_top_builddir @CPPFLAGS@" + +# Is the compiler GCC? +GCC='@GCC@'