|
1 | | ---- old/configure.ac 2015-08-10 14:53:48.000000000 +0200 |
2 | | -+++ new/configure.ac 2017-03-16 06:25:39.388000000 +0100 |
3 | | -@@ -1480,7 +1480,7 @@ |
4 | | - *-*-msys* | *-*-mingw*) |
5 | | - AC_MSG_CHECKING([for gdi32]) |
6 | | - my_ac_save_LIBS=$LIBS |
7 | | -- LIBS="-lgdi32 $LIBS" |
8 | | -+ LIBS="$LIBS -lgdi32" |
9 | | - AC_TRY_LINK([#include <windef.h> |
10 | | - #include <wingdi.h>], |
11 | | - [GdiFlush();], |
12 | | ---- old/configure 2017-03-16 06:34:00.292000000 +0100 |
13 | | -+++ new/configure 2017-03-16 06:34:39.192000000 +0100 |
| 1 | +--- a/configure |
| 2 | ++++ b/configure |
| 3 | +@@ -22234,8 +22234,7 @@ fi |
| 4 | + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable Secure Transport" >&5 |
| 5 | + $as_echo_n "checking whether to enable Secure Transport... " >&6; } |
| 6 | + if test -z "$ssl_backends" -o "x$OPT_SECURETRANSPORT" != xno; then |
| 7 | +- if test "x$OPT_SECURETRANSPORT" != "xno" && |
| 8 | +- test -d "/System/Library/Frameworks/Security.framework"; then |
| 9 | ++ if test "x$OPT_SECURETRANSPORT" != "xno"; then |
| 10 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 11 | + $as_echo "yes" >&6; } |
| 12 | + |
14 | 13 | @@ -21647,7 +21647,7 @@ |
15 | 14 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdi32" >&5 |
16 | 15 | $as_echo_n "checking for gdi32... " >&6; } |
|
20 | 19 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
21 | 20 | /* end confdefs.h. */ |
22 | 21 | #include <windef.h> |
23 | | ---- old/src/Makefile.am 2015-06-11 19:50:43.000000000 +0200 |
24 | | -+++ new/src/Makefile.am 2017-03-19 00:35:23.656000000 +0100 |
25 | | -@@ -54,7 +54,7 @@ |
26 | | - include Makefile.inc |
27 | | - |
| 22 | +--- a/src/Makefile.am |
| 23 | ++++ b/src/Makefile.am |
| 24 | +@@ -55,7 +55,7 @@ include Makefile.inc |
| 25 | + curl_SOURCES = $(CURL_FILES) |
| 26 | + |
28 | 27 | # This might hold -Werror |
29 | 28 | -CFLAGS += @CURL_CFLAG_EXTRAS@ |
30 | 29 | +CFLAGS += @CURL_CFLAG_EXTRAS@ -DBUILDING_LIBCURL |
31 | | - |
| 30 | + |
32 | 31 | # Prevent LIBS from being used for all link targets |
33 | 32 | LIBS = $(BLANK_AT_MAKETIME) |
0 commit comments