summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-03-23 20:56:21 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2017-03-26 19:41:05 +0200
commit2497577c09b13a55430a95fcf311448fda11cae3 (patch)
tree3431b8f0d83b8890eeab14813fb367d084b9e500 /configure.ac
parentb0cf022ea75b763531e6ae63abccadf2bfa7a84b (diff)
Fix resize event in win32 backend.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a56fd39..070f380 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AS_IF(
[test "x$enable_gui" = "xwin32"],
[AC_MSG_RESULT([Setting gui backend to Win32])
GUI_CPPFLAGS="-DUI_WIN32"
- GUI_LIBS="-lgdi32 -lsetupapi -lws2_32"],
+ GUI_LIBS="-lgdi32 -lsetupapi -lws2_32 -lcomctl32"],
[test "x$enable_gui" = "xpugl"],
[AC_MSG_RESULT([Setting gui backend to Pugl])