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:
756f794
)
Fix ICU detection
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 6 Jan 2011 19:16:59 +0000
(14:16 -0500)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 6 Jan 2011 19:16:59 +0000
(14:16 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
773512e
..
8f308dc
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-29,7
+29,7
@@
fi
AM_CONDITIONAL(HAVE_GLIB, $have_glib)
PKG_CHECK_MODULES(ICU, icu, have_icu=true, [
- AC_CHECK_PROG([have_icu], [icu-config], [
have_icu], [true], [false], [$PATH
])
+ AC_CHECK_PROG([have_icu], [icu-config], [
true], [false
])
if $have_icu; then
icu_cflags=`icu-config --cppflags`
icu_libs=`icu-config --ldflags-libsonly`