comparison configure.ac @ 21617:4ddc6e16c3ed

The use of lowercase "pango" looks out of place when appended with _CFLAGS or _LIBS (eg. in ./configure --help), so I made it upper case.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Nov 2007 19:09:32 +0000
parents 1b342bc8c154
children 6b10805d29bc
comparison
equal deleted inserted replaced
21616:1b342bc8c154 21617:4ddc6e16c3ed
388 388
389 AC_SUBST(GTK_CFLAGS) 389 AC_SUBST(GTK_CFLAGS)
390 AC_SUBST(GTK_LIBS) 390 AC_SUBST(GTK_LIBS)
391 391
392 dnl We only really need Pango >= 1.4 for decent RTL support 392 dnl We only really need Pango >= 1.4 for decent RTL support
393 PKG_CHECK_MODULES(pango, [pango >= 1.4.0], 393 PKG_CHECK_MODULES(PANGO, [pango >= 1.4.0],
394 AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:) 394 AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:)
395 395
396 dnl ####################################################################### 396 dnl #######################################################################
397 dnl # Check if we should compile with X support 397 dnl # Check if we should compile with X support
398 dnl ####################################################################### 398 dnl #######################################################################