dnl Zebra, Index Data ApS, 1995-2007
-dnl $Id: configure.ac,v 1.65 2007-09-19 10:03:44 adam Exp $
+dnl $Id: configure.ac,v 1.66 2007-10-22 13:05:22 adam Exp $
dnl
AC_PREREQ(2.59)
AC_INIT([idzebra],[2.0.18],[zebra-help@indexdata.dk])
fi
dnl
dnl ------ YAZ
-YAZ_INIT([server],[3.0.3])
+YAZ_INIT([server icu],[3.0.15])
if test "$YAZVERSION" = "NONE"; then
AC_MSG_ERROR([YAZ development libraries required])
fi
-/* $Id: zebraidx.c,v 1.6 2007-08-27 17:22:22 adam Exp $
+/* $Id: zebraidx.c,v 1.7 2007-10-22 13:05:22 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
#include <unistd.h>
#endif
+#include <yaz/icu_I18N.h>
#include <yaz/log.h>
#include <yaz/options.h>
#include <idzebra/version.h>
printf("Configured as: %s\n", sys_str);
if (strcmp(version_str, ZEBRAVER))
printf("zebraidx compiled version %s\n", ZEBRAVER);
+#if HAVE_ICU
+ printf("Using ICU\n");
+#endif
}
else if (ret == 'v')
yaz_log_init_level (yaz_log_mask_str(arg));