From 474b275e8388166acee7d90f7518de3557e73409 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 8 Feb 2016 18:46:15 +0100 Subject: Patch from viccuad: Fix for X11 detection on BSD. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 823f93d..840f4ec 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ 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=""], - [linux*|*BSD*], [enable_gui="x11"], + [linux*|*bsd*], [enable_gui="x11"], [mingw*|windows*|winnt|cygwin], [enable_gui="win32"], AC_MSG_ERROR([Your platform is not currently supported]) -- cgit v1.2.3