Fix #133: Glitch in CURL_VERSION_TLSAUTH_SRP autoconf probe
[m6w6/ext-http] / autoconf / pecl / libcurl.m4
index f630b060e8cd581c0527f04d656a9baaef19fb3b..fd0e711ec05b8b920510e068929a893ed7bf8d9b 100644 (file)
@@ -133,7 +133,7 @@ AC_DEFUN([PECL_HAVE_LIBCURL_SSL], [dnl
                                        #include <curl/curl.h>
                                        int main(int argc, char *argv[]) {
                                                int has_feature = curl_version_info(CURLVERSION_NOW)->features & CURL_VERSION_TLSAUTH_SRP;
-                                               int set_failure = curl_easy_setopt(curl_easy_init(), CURLOPT_TLSAUTH_TYPE, "SRP"");
+                                               int set_failure = curl_easy_setopt(curl_easy_init(), CURLOPT_TLSAUTH_TYPE, "SRP");
                                                return !has_feature || set_failure;
                                        }
                                ], [