[Telepathy-commits] [telepathy-qt4/master] configure.ac: fix copy/paste error when selecting whether we are an official release
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Jan 9 07:04:10 PST 2009
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0a24351..7cea225 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,7 @@ COMPILER_COVERAGE
LINKER_OPTIMISATIONS
LINKER_VERSION_SCRIPT
-ifelse(tp_glib_nano_version, 0,
+ifelse(tp_qt4_nano_version, 0,
[ official_release=yes ],
[ official_release=no ])
AM_CONDITIONAL([OFFICIAL_RELEASE], [test "x$official_release" = xyes])
--
1.5.6.5
More information about the Telepathy-commits
mailing list