Skip to content

Commit

Permalink
Return negative result if the installed libkml version is older than …
Browse files Browse the repository at this point in the history
…was asked

for. As per bug http://trac.osgeo.org/gdal/ticket/3696


git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@20125 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
dron committed Jul 23, 2010
1 parent 8a375fb commit 69936c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion m4/ax_lib_libkml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ kmldom::KmlFactory* factory = kmldom::KmlFactory::GetFactory();
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
AC_MSG_WARN([Found Google libkml $LIBKML_VERSION, which is older than required. Possible compilation failure.])
AC_MSG_WARN([Found Google libkml ${LIBKML_VERSION}, which is older than required (${libkml_version_req}). KML support disabled.])
HAVE_LIBKML="no"
fi
else
AC_MSG_RESULT([no])
Expand Down

0 comments on commit 69936c0

Please sign in to comment.