]> granicus.if.org Git - postgis/commitdiff
fix typo in libxml deactivated notice
authorRegina Obe <lr@pcorp.us>
Tue, 20 Oct 2009 15:30:23 +0000 (15:30 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 20 Oct 2009 15:30:23 +0000 (15:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4669 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 672b1b012fe258a068ff811ebeec3d3b7dc0f40c..66fd1f7ccda411bf5b9c49073ab04c97bc644fb0 100644 (file)
@@ -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