diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-04 23:09:58 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-04 23:09:58 -0400 |
commit | 620e19e849f3dcc5747abe5b6d1adca4a08df9c7 (patch) | |
tree | 80d48f9736249e002a0083febc62d87cad059a91 /build/configure.ac.tools | |
parent | 4edfdb4b15ff9f1eacaae0fb0739a54e51ca8742 (diff) |
[configure.ac] Add AM_PROG_CC_C_O
Needed for per-target flags in test/Makefile.am
Diffstat (limited to 'build/configure.ac.tools')
-rw-r--r-- | build/configure.ac.tools | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/configure.ac.tools b/build/configure.ac.tools index 7f135254..d2b11c83 100644 --- a/build/configure.ac.tools +++ b/build/configure.ac.tools @@ -7,6 +7,7 @@ GTK_DOC_CHECK([1.6]) AC_PROG_CC AC_PROG_CPP AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency) +AM_PROG_CC_C_O AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE! AC_C_INLINE |