]> git.pld-linux.org Git - packages/centericq.git/blob - centericq-acfix.patch
- fix needed for ac 2.53
[packages/centericq.git] / centericq-acfix.patch
1 --- centericq-4.7.2/configure.in.orig   Sun May 19 11:27:09 2002
2 +++ centericq-4.7.2/configure.in        Wed Jun 12 10:03:41 2002
3 @@ -55,10 +55,10 @@
4  AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
5  
6  AC_CHECK_HEADERS(ext/hash_map,,
7 -  AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
8 +  [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
9  
10  AC_CHECK_HEADERS(sstream,,
11 -  AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
12 +  [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
13  
14  AC_LANG_RESTORE
15  
16 --- centericq-4.7.2/libicq2000-0.6/configure.in.orig    Sun Apr 21 10:30:08 2002
17 +++ centericq-4.7.2/libicq2000-0.6/configure.in Wed Jun 12 10:07:16 2002
18 @@ -23,10 +23,10 @@
19  AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
20  
21  AC_CHECK_HEADERS(ext/hash_map,,
22 -  AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
23 +  [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
24  
25  AC_CHECK_HEADERS(sstream,,
26 -  AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
27 +  [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
28  
29  AC_LANG_RESTORE
30  
This page took 0.035934 seconds and 3 git commands to generate.