From 6f9295b9a0ff8eddaec0f783118342abaa969839 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 25 Jan 2014 20:21:32 +0100 Subject: Fix typeo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 966b037..e97dc6b 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ if test "x$enable_gui" = "xx11"; then GUI_CFLAGS="-DX11 $X11_CFLAGS" GUI_LDFLAGS="$X11_LIBS" -elif test "x$enable_gui" = "win32"; then +elif test "x$enable_gui" = "xwin32"; then AC_MSG_RESULT([Setting gui backend to Win32]) GUI_CFLAGS="-DWIN32" -- cgit v1.2.3