mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 01:50:46 +02:00
Better message when backends are disabled.
This commit is contained in:
parent
05fc4ca323
commit
e912512c6d
1 changed files with 3 additions and 1 deletions
|
|
@ -98,7 +98,9 @@ AC_DEFUN([CAIRO_BACKEND_ENABLE],
|
|||
AS_HELP_STRING([--enable-$1=@<:@no/auto/yes@:>@],
|
||||
[Enable cairo's $2 backend @<:@default=$3@:>@]),
|
||||
use_$1=$enableval, use_$1=$3)
|
||||
if test "x$use_$1" '!=' xno; then
|
||||
if test "x$use_$1" = xno; then
|
||||
use_$1="no (disabled, use --enable-$1 to enable)"
|
||||
else
|
||||
AC_CACHE_CHECK([for cairo's $1 backend], cairo_cv_use_$1,
|
||||
[echo
|
||||
saved_use_$1=$use_$1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue