diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-05-24 11:16:58 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-05-24 11:16:58 +0000 |
commit | bb2d763328f07fb9291a8720463b60ffd23e741b (patch) | |
tree | 6c99cf7d1370204cd9bd4c160a5bbffe4e97314a | |
parent | b62d61b599771563da7718ef5ee488d01e17052e (diff) | |
download | fetchmail-bb2d763328f07fb9291a8720463b60ffd23e741b.tar.gz fetchmail-bb2d763328f07fb9291a8720463b60ffd23e741b.tar.bz2 fetchmail-bb2d763328f07fb9291a8720463b60ffd23e741b.zip |
Remove AC_AIX and AC_MINIX, they are a subset of AC_USE_SYSTEM_EXTENSIONS.
svn path=/branches/BRANCH_6-3/; revision=5186
-rw-r--r-- | configure.ac | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4c62d2dd..f972b547 100644 --- a/configure.ac +++ b/configure.ac @@ -44,9 +44,14 @@ AC_PROG_RANLIB AM_PROG_CC_C_O AC_USE_SYSTEM_EXTENSIONS -AC_AIX AC_ISC_POSIX -AC_MINIX +dnl AC_ISC_POSIX: - XXX FIXME: remove in fetchmail 6.4. +dnl This macro adds `-lcposix' to output variable `LIBS' if necessary +dnl for Posix facilities. Sun dropped support for the obsolete +dnl INTERACTIVE Systems Corporation Unix on 2006-07-23. New programs +dnl need not use this macro. It is implemented as +dnl `AC_SEARCH_LIBS([strerror], [cposix])' + AC_HEADER_STDC AC_HEADER_TIME AC_TYPE_SIZE_T |