diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 14:37:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 14:37:45 +0200 |
commit | afc57f3db63c875d7cacbb2d69482558ef536ee7 (patch) | |
tree | 0e516b13abb4696cf2867b10b66170e033a4ec3c /configure.ac | |
parent | c0a8d7149e857272e9202044c8ed77b4fc02e180 (diff) | |
download | egawk-afc57f3db63c875d7cacbb2d69482558ef536ee7.tar.gz egawk-afc57f3db63c875d7cacbb2d69482558ef536ee7.tar.bz2 egawk-afc57f3db63c875d7cacbb2d69482558ef536ee7.zip |
Remove use of AC_C_PROTOTYPE.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ed72522d..56afb9b1 100644 --- a/configure.ac +++ b/configure.ac @@ -116,9 +116,6 @@ 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 - dnl Cygwin doesn't like to get libs with full paths dnl since that overrides linking against DLLs. case `(uname) 2> /dev/null` in |