Mercurial > pidgin
changeset 16230:d930a82cda63
Don't error out of ./configure on older pango versions
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Tue, 17 Apr 2007 11:40:13 +0000 |
parents | 12e2ee612d5f |
children | 7d1847ba3484 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Apr 17 11:14:50 2007 +0000 +++ b/configure.ac Tue Apr 17 11:40:13 2007 +0000 @@ -243,7 +243,7 @@ dnl We only really need Pango >= 1.4 for decent RTL support PKG_CHECK_MODULES(pango, [pango >= 1.4.0], - AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),) + AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:) dnl ####################################################################### dnl # Check for XScreenSaver