[farsight2/master] Add the proper configure macro to make automake happy about per-target flags

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:58 PST 2008


---
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 56e2af9..f44b507 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,6 +185,9 @@ GTK_DOC_CHECK([1.3])
 AS_PATH_PYTHON([2.1])
 dnl AG_GST_PLUGIN_DOCS([1.3],[2.1])
 
+dnl Make automake happy with per-target flags
+AM_PROG_CC_C_O
+
 dnl *** checks for libraries ***
 
 dnl For interactive UNIX (a Sun thing)
-- 
1.5.6.5




More information about the farsight-commits mailing list