diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-12-11 15:27:08 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-12-11 22:06:12 +0100 |
commit | ab4dd923d778048d5ba4a0bab7e730d0c157b322 (patch) | |
tree | 457480487346cdb8ffc5105d0791891e158893f9 /configure.ac | |
parent | e77d739e6a5ef96607f21229fb03530934b71d75 (diff) | |
download | fetchmail-ab4dd923d778048d5ba4a0bab7e730d0c157b322.tar.gz fetchmail-ab4dd923d778048d5ba4a0bab7e730d0c157b322.tar.bz2 fetchmail-ab4dd923d778048d5ba4a0bab7e730d0c157b322.zip |
Fix portability to C90 and C++.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d6f96c2b..12ab1a4f 100644 --- a/configure.ac +++ b/configure.ac @@ -103,6 +103,7 @@ AC_CHECK_DECLS([h_errno],,,[ ]) AC_C_CONST dnl getopt needs this. +AC_C_INLINE dnl uid_db.? need this. AM_PROG_LEX AC_PROG_MAKE_SET |