]> git.pld-linux.org Git - packages/centericq.git/blob - centericq-acfix.patch
- renamed and updated to centericq 4.9.6
[packages/centericq.git] / centericq-acfix.patch
1 diff -burN centericq-4.9.6-orig/configure.in centericq-4.9.6-acfix/configure.in
2 --- centericq-4.9.6-orig/configure.in   2003-08-21 23:24:31.000000000 +0200
3 +++ centericq-4.9.6-acfix/configure.in  2003-09-02 10:12:27.682536280 +0200
4 @@ -99,10 +99,10 @@
5  AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
6  
7  AC_CHECK_HEADERS(ext/hash_map,,
8 -  AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
9 +  [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
10  
11  AC_CHECK_HEADERS(sstream,,
12 -  AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
13 +  [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
14  
15  AC_CHECK_HEADERS(iconv.h)
16  
17 diff -burN centericq-4.9.6-orig/libicq2000-0.1/configure.in centericq-4.9.6-acfix/libicq2000-0.1/configure.in
18 --- centericq-4.9.6-orig/libicq2000-0.1/configure.in    2003-04-05 19:47:36.000000000 +0200
19 +++ centericq-4.9.6-acfix/libicq2000-0.1/configure.in   2003-09-02 10:12:50.616049856 +0200
20 @@ -19,10 +19,10 @@
21  AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
22  
23  AC_CHECK_HEADERS(ext/hash_map,,
24 -  AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
25 +  [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
26  
27  AC_CHECK_HEADERS(sstream,,
28 -  AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
29 +  [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
30  
31  AC_TRY_COMPILE([
32      #include <sys/types.h>
This page took 0.08451 seconds and 3 git commands to generate.