]> git.pld-linux.org Git - packages/curl.git/blame - curl-ac.patch
drop mysql-libs conflict; not relevant anymore and prevents using older mysql versions
[packages/curl.git] / curl-ac.patch
CommitLineData
668d9156
AM
1diff -urN curl-7.12.1.org/configure.ac curl-7.12.1/configure.ac
2--- curl-7.12.1.org/configure.ac 2004-08-13 02:20:37.003335512 +0200
3+++ curl-7.12.1/configure.ac 2004-08-13 02:21:07.172749064 +0200
4@@ -392,7 +392,7 @@
5 main()
6 {
7 if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
8- exit(1);
9+ exit(0);
10 else
11 exit(0);
12 }
This page took 0.125641 seconds and 4 git commands to generate.