X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure;h=360879908a3ddbe2431582d33f6b153ca5c3434d;hp=d4236c2c856cf2972d97663ec8cbd6ee2f777d5c;hb=445bfe6a0fb691e3433d586a188be2ebe062384b;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/configure b/configure index d4236c2c..36087990 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.625 . +# From configure.in Revision: 1.626 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20150926. # @@ -14499,7 +14499,7 @@ echo "${ECHO_T}$enable_gnat_projects" >&6 ### Checks for libraries. case $cf_cv_system_name in (*mingw32*|*mingw64*) - CPPFLAGS="$CPPFLAGS -DWINVER=0x0501" + CPPFLAGS="$CPPFLAGS -DWINVER=0x0501 -DWIN32_LEAN_AND_MEAN" LIBS=" -lpsapi $LIBS" ;; (*)