Let --with-system-libs imply --enable-librsvg=system unless told otherwise

This commit is contained in:
Tor Lillqvist 2011-06-02 01:34:54 +03:00
parent ca1d3c92e8
commit b95843c2b1

View file

@ -7938,6 +7938,10 @@ LIBRSVG_LIBS=""
AC_MSG_CHECKING([what librsvg to use])
if test -z "$enable_librsvg" -a "$with_system_libs" = yes; then
enable_librsvg=system
fi
case "$enable_librsvg" in
no|disable)
AC_MSG_RESULT([none])