From 98c83aaa3e693e25c146f3a15776262debc735dc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 8 Jun 2018 19:39:30 +0200 Subject: Don't default to preferring pugl on win32 and x11 just yet. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f86ee54..37edd6f 100644 --- a/configure.ac +++ b/configure.ac @@ -145,8 +145,8 @@ AS_IF([test "x$enable_gui" = "xauto"], [AC_MSG_RESULT([Auto setting gui based on host: $host_os]) AS_CASE([$host_os], [darwin*], [enable_gui="pugl-cocoa"], - [linux*|*bsd*], [enable_gui="pugl-x11"], - [msys|mingw*|windows*|winnt|cygwin], [enable_gui="pugl-win32"], + [linux*|*bsd*], [enable_gui="x11"], + [msys|mingw*|windows*|winnt|cygwin], [enable_gui="win32"], AC_MSG_ERROR([Your platform is not currently supported]) )] -- cgit v1.2.3