X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=57554c55c11b621ede8b405e147e25ddc9af3c0e;hb=1d39a34e871d67a1c734dea8bd3ebc2e33838393;hp=cef98556a6930d7969cdb826b373da4186c5d60d;hpb=68d74fef590269fbe2b760fae4a8265dd402ea5c;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index cef9855..57554c5 100644 --- a/configure.ac +++ b/configure.ac @@ -18,16 +18,20 @@ AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT(libxml2,2.1.50) +YAZ_INIT([static threads],[2.1.50]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC +AC_CHECK_ICU(3.6, [], + AC_MSG_WARN([For ICU internationalizing support please install libicu36-dev or similar])) + AC_CONFIG_FILES([ Doxyfile Makefile src/Makefile + test/Makefile doc/Makefile doc/local.ent doc/common/Makefile @@ -59,6 +63,9 @@ echo \ YAZ Include: ${YAZINC} YAZ La Lib: ${YAZLALIB} YAZ Lib: ${YAZLIB} + ICU Version: ${ICU_VERSION} + ICU Include: ${ICU_CPPFLAGS} + ICU Lib: ${ICU_LIBS} Bugreport: ${PACKAGE_BUGREPORT} ------------------------------------------------------------------------"