autotools: Readd --with-xptr-locs configuration option

The option was removed accidentally in 4e4c89a4.
This commit is contained in:
Nick Wellnhofer 2024-01-10 18:02:20 +01:00
parent 29f4d69e2f
commit 24059ae92e

View File

@ -125,6 +125,8 @@ AC_ARG_WITH(xpath,
[ --with-xpath XPath 1.0 support (on)])
AC_ARG_WITH(xptr,
[ --with-xptr XPointer support (on)])
AC_ARG_WITH(xptr-locs,
[ --with-xptr-locs XPointer ranges and points (off)])
AC_ARG_WITH(zlib,
[ --with-zlib[[=DIR]] use libz in DIR (on)])