gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] branch master updated: towards a patch release to f


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: towards a patch release to fix the last patch number release.
Date: Mon, 27 Nov 2017 19:56:02 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 8fecbbb79 towards a patch release to fix the last patch number release.
8fecbbb79 is described below

commit 8fecbbb79a76f26e16907d088ea040a588220b89
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 27 18:55:45 2017 +0000

    towards a patch release to fix the last patch number release.
---
 configure.ac | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index f3c45d5d0..e37237d42 100755
--- a/configure.ac
+++ b/configure.ac
@@ -378,6 +378,8 @@ AC_HELP_STRING([--disable-ftp],[Disable FTP support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP])
+       AC_SUBST(CURL_DISABLE_FTP, [1])
 )
 AC_MSG_CHECKING([whether to support file])
 AC_ARG_ENABLE(file,
@@ -391,6 +393,8 @@ AC_HELP_STRING([--disable-file],[Disable FILE support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_FILE, 1, [to disable FILE])
+       AC_SUBST(CURL_DISABLE_FILE, [1])
 )
 AC_MSG_CHECKING([whether to support ldap])
 AC_ARG_ENABLE(ldap,
@@ -403,7 +407,10 @@ AC_HELP_STRING([--disable-ldap],[Disable LDAP support]),
        AC_SUBST(CURL_DISABLE_LDAP, [1])
        ;;
   esac ],[
-       AC_MSG_RESULT(no) ]
+       AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP])
+       AC_SUBST(CURL_DISABLE_LDAP, [1])
+       ]
 )
 AC_MSG_CHECKING([whether to support ldaps])
 AC_ARG_ENABLE(ldaps,
@@ -493,6 +500,8 @@ AC_HELP_STRING([--disable-dict],[Disable DICT support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_DICT, 1, [to disable DICT])
+       AC_SUBST(CURL_DISABLE_DICT, [1])
 )
 AC_MSG_CHECKING([whether to support telnet])
 AC_ARG_ENABLE(telnet,
@@ -506,6 +515,8 @@ AC_HELP_STRING([--disable-telnet],[Disable TELNET support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_TELNET, 1, [to disable TELNET])
+       AC_SUBST(CURL_DISABLE_TELNET, [1])
 )
 AC_MSG_CHECKING([whether to support tftp])
 AC_ARG_ENABLE(tftp,
@@ -519,6 +530,8 @@ AC_HELP_STRING([--disable-tftp],[Disable TFTP support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_TFTP, 1, [to disable TFTP])
+       AC_SUBST(CURL_DISABLE_TFTP, [1])
 )
 
 AC_MSG_CHECKING([whether to support pop3])
@@ -533,6 +546,8 @@ AC_HELP_STRING([--disable-pop3],[Disable POP3 support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_POP3, 1, [to disable POP3])
+       AC_SUBST(CURL_DISABLE_POP3, [1])
 )
 
 
@@ -548,6 +563,8 @@ AC_HELP_STRING([--disable-imap],[Disable IMAP support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_IMAP, 1, [to disable IMAP])
+       AC_SUBST(CURL_DISABLE_IMAP, [1])
 )
 
 
@@ -563,6 +580,8 @@ AC_HELP_STRING([--disable-smb],[Disable SMB/CIFS support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_SMB, 1, [to disable SMB/CIFS])
+       AC_SUBST(CURL_DISABLE_SMB, [1])
 )
 
 AC_MSG_CHECKING([whether to support smtp])
@@ -577,6 +596,8 @@ AC_HELP_STRING([--disable-smtp],[Disable SMTP support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_SMTP, 1, [to disable SMTP])
+       AC_SUBST(CURL_DISABLE_SMTP, [1])
 )
 
 AC_MSG_CHECKING([whether to support gopher])
@@ -591,6 +612,8 @@ AC_HELP_STRING([--disable-gopher],[Disable Gopher support]),
        ;;
   esac ],
        AC_MSG_RESULT(no)
+       AC_DEFINE(CURL_DISABLE_GOPHER, 1, [to disable Gopher])
+       AC_SUBST(CURL_DISABLE_GOPHER, [1])
 )
 
 
@@ -1354,7 +1377,7 @@ OPT_SSL=off
 dnl Default to no CA bundle
 ca="no"
 dnl Set Default to 0:
-OPENSSL_ENABLED="0"
+dnl OPENSSL_ENABLED="0"
 
 dnl **********************************************************************
 dnl Check for the random seed preferences

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]