blob: a237a828b630e69acdf3c56dd59d37f7f999b0b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- configure.orig 2009-06-29 17:49:28.000000000 -0500
+++ configure 2009-06-29 17:51:20.000000000 -0500
@@ -22038,8 +22038,8 @@
if test "$have_gnutls" = yes; then
- GGZTLS_INCLUDES="-I $gnutls_includes"
- GGZTLS_LDFLAGS="-L $gnutls_libraries"
+ GGZTLS_INCLUDES="-I$gnutls_includes"
+ GGZTLS_LDFLAGS="-L$gnutls_libraries"
LIB_GGZTLS=$gnutls_lib
{ echo "$as_me:$LINENO: result: using GnuTLS" >&5
echo "${ECHO_T}using GnuTLS" >&6; }
@@ -22295,8 +22295,8 @@
if test "$have_ssl" = yes; then
- GGZTLS_INCLUDES="-I $ssl_includes"
- GGZTLS_LDFLAGS="-L $ssl_libraries"
+ GGZTLS_INCLUDES="-I$ssl_includes"
+ GGZTLS_LDFLAGS="-L$ssl_libraries"
LIB_GGZTLS=$ssl_lib
{ echo "$as_me:$LINENO: result: using OpenSSL" >&5
echo "${ECHO_T}using OpenSSL" >&6; }
|