summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-01-25 20:21:32 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-01-25 20:21:32 +0100
commit6f9295b9a0ff8eddaec0f783118342abaa969839 (patch)
tree41ffe5cbea0567d66884fa2c01409546cb2e219d
parentf881ba55986b6f0fe9eee1f8fd5204c9cc0ac015 (diff)
Fix typeo.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"