From: Regina Obe Date: Tue, 20 Oct 2009 15:30:23 +0000 (+0000) Subject: fix typo in libxml deactivated notice X-Git-Tag: 1.5.0b1~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=693e9c398e35f6f15c2a3a04885e0c00081c749b;p=postgis fix typo in libxml deactivated notice git-svn-id: http://svn.osgeo.org/postgis/trunk@4669 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 672b1b012..66fd1f7cc 100644 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,7 @@ if test "x$XML2CONFIG" = "x"; then dnl If we couldn't find xml2-config, display a warning if test "x$XML2CONFIG" = "x"; then - AC_MSG_WARN([could not find xml2-config from libxml2, some imports functions will be desactivated]) + AC_MSG_WARN([could not find xml2-config from libxml2, some imports functions will be deactivated]) else FOUND_LIBXML2=1 fi