diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-25 20:21:32 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-25 20:21:32 +0100 |
commit | 6f9295b9a0ff8eddaec0f783118342abaa969839 (patch) | |
tree | 41ffe5cbea0567d66884fa2c01409546cb2e219d | |
parent | f881ba55986b6f0fe9eee1f8fd5204c9cc0ac015 (diff) |
Fix typeo.
-rw-r--r-- | configure.ac | 2 |
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" |