aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-04-08 02:23:14 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-04-08 02:26:29 +0200
commit19cd978aa7bb31c4d02ca8926c16d3585d762a4f (patch)
tree2974e9aaab5fedea7dfa1a9e01cecc480700233f /configure.ac
parent955c77a0e2fb5f1ee463193ebea9cb2f73352c3c (diff)
downloadfetchmail-19cd978aa7bb31c4d02ca8926c16d3585d762a4f.tar.gz
fetchmail-19cd978aa7bb31c4d02ca8926c16d3585d762a4f.tar.bz2
fetchmail-19cd978aa7bb31c4d02ca8926c16d3585d762a4f.zip
Add AM_PROG_CC_C_O.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d4bd8935..519d556c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
AC_PROG_AWK
AC_PROG_CC
+AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_CPP dnl Later checks need this.
AC_PROG_RANLIB