]> git.pld-linux.org Git - packages/centericq.git/blame - centericq-acfix.patch
- renamed and updated to centericq 4.9.6
[packages/centericq.git] / centericq-acfix.patch
CommitLineData
2af0785b
AG
1diff -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 @@
76946131
JB
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
2af0785b 15 AC_CHECK_HEADERS(iconv.h)
76946131 16
2af0785b
AG
17diff -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 @@
76946131
JB
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
2af0785b
AG
31 AC_TRY_COMPILE([
32 #include <sys/types.h>
This page took 0.177665 seconds and 4 git commands to generate.