[Telepathy-commits] [telepathy-qt4/master] configure.ac: make our minds up whether it's _CFLAGS or _CXXFLAGS

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Nov 26 06:35:39 PST 2008


This broke `make distcheck`.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 28140d1..87d25ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,7 +134,7 @@ dnl We want the examples to be able to use TP_QT4_CXXFLAGS, TP_QT4_LIBS
 dnl as though they were independent programs
 TP_QT4_CXXFLAGS='-I${top_builddir} -I${top_srcdir}'
 TP_QT4_LIBS='${top_builddir}/TelepathyQt4/libtelepathy-qt4.la'
-AC_SUBST(TP_QT4_CFLAGS)
+AC_SUBST(TP_QT4_CXXFLAGS)
 AC_SUBST(TP_QT4_LIBS)
 
 dnl Check for code generation tools
-- 
1.5.6.5




More information about the Telepathy-commits mailing list