diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ddc68b5..517d196 100644 --- a/configure.ac +++ b/configure.ac @@ -208,9 +208,9 @@ fi AC_ARG_ENABLE([wayland], [AS_HELP_STRING([--enable-wayland], - [enable support for wayland @<:@default=no@:>@])], + [enable support for wayland @<:@default=auto@:>@])], [wayland_enabled="$enableval"], - [wayland_enabled=no]) + [wayland_enabled=auto]) if test "x$wayland_enabled" != "xno"; then PKG_CHECK_MODULES(WAYLAND, [wayland-client wayland-egl], [wayland_enabled=yes], [wayland_enabled=no]) |