diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f1db75684..58f051e3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1627,7 +1627,7 @@ case "$host_or_hostalias" in ;; *-*-cygwin) enable_w32dll="no" - LIBS="$LIBS @INTLLIBS@" + LIBS="$LIBS @INTLLIBS@ -lkernel32" ;; esac else |