diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-25 17:03:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-25 17:03:56 -0700 |
commit | dd05076f290b1995f71627324cc74053c870ac21 (patch) | |
tree | c0dc420fe35e868f2e1a45036e9f0bd771414c5b | |
parent | 29dc5825782adf929bce41a18e6a6881ef975d22 (diff) |
Add AM_PROG_CC_C_O to clear automake-1.10 warning
Makefile.am:149: compiling `chooser.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8f69423..069a3a8 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) AC_PROG_CC +AM_PROG_CC_C_O AC_C_INLINE AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL |