X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=e8464320eb448f1ccdea7681505929869dd90398;hp=7cd73b2f319724eadb20e93268278725edb438bb;hb=dc046c1b629250c059a991cc6ce2785e7ba3d0ec;hpb=7ecdaff4e6e989eaa70d1ffec88c0e5dfbeb19bb diff --git a/configure.in b/configure.in index 7cd73b2f..e8464320 100644 --- a/configure.in +++ b/configure.in @@ -306,6 +306,9 @@ if test $target_type = mingw; then WIN_ONLY= CFLAGS="$CFLAGS -DWINVER=0x501" SPECIAL_CFLAGS="-mwindows" +dnl from the cygwin FAQ: The regular setup allows you to use the -mwindows option +dnl to include a set of the basic libraries user32, gdi32 and comdlg32. +dnl (and also make your program a GUI program instead of a console program) PTHREAD_LIB=-lpthread echo "Using mingw32 (Win32 GUI)" else