projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0e99a
)
[configure] Fix check for FreeType
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 3 Nov 2009 19:09:32 +0000
(14:09 -0500)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 3 Nov 2009 19:09:32 +0000
(14:09 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
ea4452c
..
59b0ca8
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-27,7
+27,7
@@
if $have_glib; then
fi
AM_CONDITIONAL(HAVE_GLIB, $have_glib)
-PKG_CHECK_MODULES(FREETYPE, freetype, have_freetype=true, have_freetype=false)
+PKG_CHECK_MODULES(FREETYPE, freetype
2
, have_freetype=true, have_freetype=false)
if $have_freetype; then
AC_DEFINE(HAVE_FREETYPE, 1, [Have FreeType 2 library])
fi