Mercurial > pidgin.yaz
comparison configure.ac @ 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 | c5a8103aa9a4 39af416cfda7 |
comparison
equal
deleted
inserted
replaced
16229:12e2ee612d5f | 16230:d930a82cda63 |
---|---|
241 AC_SUBST(GTK_CFLAGS) | 241 AC_SUBST(GTK_CFLAGS) |
242 AC_SUBST(GTK_LIBS) | 242 AC_SUBST(GTK_LIBS) |
243 | 243 |
244 dnl We only really need Pango >= 1.4 for decent RTL support | 244 dnl We only really need Pango >= 1.4 for decent RTL support |
245 PKG_CHECK_MODULES(pango, [pango >= 1.4.0], | 245 PKG_CHECK_MODULES(pango, [pango >= 1.4.0], |
246 AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),) | 246 AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:) |
247 | 247 |
248 dnl ####################################################################### | 248 dnl ####################################################################### |
249 dnl # Check for XScreenSaver | 249 dnl # Check for XScreenSaver |
250 dnl ####################################################################### | 250 dnl ####################################################################### |
251 if test "x$enable_screensaver" = "xyes" ; then | 251 if test "x$enable_screensaver" = "xyes" ; then |