diff configure.in @ 9231:8a5a04b6c46b

Fixes confgure script for QHULL detection and add dependency on user32 [Win32]
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 21 May 2009 18:30:30 +0100
parents 4b94672337d0
children 60bbc66bb0e2
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -1464,7 +1464,7 @@
    LIBS="$LIBS -lwsock32"
   ;;
   *-*-msdosmsvc* | *-*-mingw*)
-  LIBS="$LIBS -lgdi32 -lws2_32 -lkernel32"
+  LIBS="$LIBS -lgdi32 -lws2_32 -luser32 -lkernel32"
   ;;
 esac