Let --with-system-libs imply --enable-librsvg=system unless told otherwise
This commit is contained in:
parent
ca1d3c92e8
commit
b95843c2b1
1 changed files with 4 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue