summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2018-12-19 11:08:44 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2018-12-19 11:08:44 -0500
commitfdd3695f9d4f754417da10018b260006e69b0e34 (patch)
treeafffd4c4d24d859b320069c81d98ca1976356d7c /configure.ac
parentc19f3908ab5b18387e31b53ed6ac279daa9b4695 (diff)
Follow-up to #146: configure tests if ICU is available (now using ICU_INCLUDES to search for header)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7e069d0f..31bec477 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,8 @@ if test [-z $ICU_INCLUDES]; then
ICU_INCLUDES=
fi
+CPPFLAGS=$ICU_INCLUDES$CPPFLAGS
+
if test [-z $ICU_LIBS]; then
ICU_LIBS=
fi