From 87d7f05db5b40cbc720c8b5fe610183322739f07 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 24 May 2005 20:39:02 +0000 Subject: [PATCH] Fix spelling --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 746181e..52da348 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2005 -dnl $Id: configure.in,v 1.123 2005-05-12 10:10:32 adam Exp $ +dnl $Id: configure.in,v 1.124 2005-05-24 20:39:02 adam Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -53,7 +53,7 @@ if test "$xsltdir" != "no"; then AC_MSG_RESULT($XSLT_VER) have_xslt_version=`echo "$XSLT_VER" | awk 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 1000 + [$]2) * 1000 + [$]3;}'` if test $have_xslt_version -lt 1001012; then - AC_MSG_WARN([libXSLT too old. Use 1.1.12 or later]) + AC_MSG_WARN([libXSLT too old. Use 1.1.12 or later.]) XSLT_VER="" else XSLT_LIBS=`$xsltdir/bin/xslt-config --libs` -- 1.7.10.4