X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=eb0fbf63fefdcdf0fdb219b012b721092ee85c85;hb=e0a09aa309ec492aed298dbde9193884048b6aef;hp=d502f2c16a9483da9c767c364da6cea91260af3b;hpb=620ea88c4ec6dc202d05331efd659cd24191cafb;p=vlc diff --git a/configure.ac b/configure.ac index d502f2c16a..eb0fbf63fe 100644 --- a/configure.ac +++ b/configure.ac @@ -4317,7 +4317,7 @@ AS_IF([test "${enable_libxml2}" != "no"], [ VLC_ADD_PLUGIN([xml]) ], [ AS_IF([test "x${enable_xml2}" != "x"], [ - AC_MSG_ERROR([Could not find libxml2]) + AC_MSG_ERROR([Could not find libxml version 2.5 or higher]) ]) ]) ])