diff options
author | Manuel Bachmann <tarnyko@tarnyko.net> | 2013-11-04 07:10:36 +0100 |
---|---|---|
committer | Manuel Bachmann <tarnyko@tarnyko.net> | 2013-11-04 07:10:36 +0100 |
commit | 5804ea39c7a41ff214b521abb3d96284eb2ffd31 (patch) | |
tree | 09ff55f1fcc4b222a3502a67d47f236887baddd6 /configure.ac | |
parent | 2f0c610c35215229e53aac4c37fdea49e25f3742 (diff) | |
download | gtk+-5804ea39c7a41ff214b521abb3d96284eb2ffd31.tar.gz |
build: correctly require gio-unix with broadway
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f1b305ddbf..fa644c2cc7 100644 --- a/configure.ac +++ b/configure.ac @@ -386,7 +386,7 @@ AC_SUBST(DISABLE_ON_QUARTZ) if test "x$enable_broadway_backend" = xyes; then GDK_BACKENDS="$GDK_BACKENDS broadway" cairo_backends="$cairo_backends cairo" - if test "$os_unix" = "yes"; then + if test "$host_os" != "mingw*|windows*|winnt"; then have_gio_unix=yes fi GDK_WINDOWING="$GDK_WINDOWING |