summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:32:41 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:32:41 +0000
commit558303c70cdfd3bc2465cb99c2f8d81a64efcf31 (patch)
treeb308833d445fde6a5ad48558fe4eff1b86ab7ff7 /Build/source/texk/bibtexu/configure.ac
parent81f0eba86eca049a6da0619b12d767e51aea3efb (diff)
towards TL2010: texk/ misc
git-svn-id: svn://tug.org/texlive/trunk@15976 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/configure.ac')
-rw-r--r--Build/source/texk/bibtexu/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/configure.ac b/Build/source/texk/bibtexu/configure.ac
index a148904934d..7ae18f58a38 100644
--- a/Build/source/texk/bibtexu/configure.ac
+++ b/Build/source/texk/bibtexu/configure.ac
@@ -18,8 +18,10 @@ KPSE_COMMON([bibtexu], [no-define])
AC_PROG_CXX
KPSE_CXX_HACK
+AC_SEARCH_LIBS([pow], [m])
+
KPSE_KPATHSEA_FLAGS
-KPSE_ICU_FLAGS
+KPSE_ICU_FLAGS([icuio icui18n], [--ldflags-icuio])
AC_CONFIG_FILES([Makefile])