diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-05 20:39:51 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-05 20:39:51 +0200 |
commit | 0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5 (patch) | |
tree | 8c466f6eb7ebb71ad8c75025326aa13085055321 /configure.ac | |
parent | 72bc84e8200de324ca4d24753bfd5f4773e221f5 (diff) | |
download | egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.gz egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.bz2 egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.zip |
Improve autoconf. More doc updates.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0d72d7db..138b19d9 100644 --- a/configure.ac +++ b/configure.ac @@ -112,6 +112,10 @@ dnl need -D_SYSV3 for ISC CFLAGS="$CFLAGS -D_SYSV3" fi +dnl Set the programming language for checks. Fortunately, +dnl this only needs to be set once, since everything is in C. +AC_LANG([C]) + dnl check for C compiler for automake. Needed for dfa.h. AM_C_PROTOTYPES |