aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-05 20:39:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-05 20:39:51 +0200
commit0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5 (patch)
tree8c466f6eb7ebb71ad8c75025326aa13085055321 /configure.ac
parent72bc84e8200de324ca4d24753bfd5f4773e221f5 (diff)
downloadegawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.gz
egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.bz2
egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.zip
Improve autoconf. More doc updates.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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