From 76946131a03acac63cdd7620db1bd40a6dbe8606 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 12 Jun 2002 08:16:05 +0000 Subject: [PATCH] - fix needed for ac 2.53 Changed files: centericq-acfix.patch -> 1.1 --- centericq-acfix.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 centericq-acfix.patch diff --git a/centericq-acfix.patch b/centericq-acfix.patch new file mode 100644 index 0000000..fa743dd --- /dev/null +++ b/centericq-acfix.patch @@ -0,0 +1,30 @@ +--- centericq-4.7.2/configure.in.orig Sun May 19 11:27:09 2002 ++++ centericq-4.7.2/configure.in Wed Jun 12 10:03:41 2002 +@@ -55,10 +55,10 @@ + AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,) + + AC_CHECK_HEADERS(ext/hash_map,, +- AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))) ++ [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))]) + + AC_CHECK_HEADERS(sstream,, +- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))) ++ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))]) + + AC_LANG_RESTORE + +--- centericq-4.7.2/libicq2000-0.6/configure.in.orig Sun Apr 21 10:30:08 2002 ++++ centericq-4.7.2/libicq2000-0.6/configure.in Wed Jun 12 10:07:16 2002 +@@ -23,10 +23,10 @@ + AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,) + + AC_CHECK_HEADERS(ext/hash_map,, +- AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))) ++ [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))]) + + AC_CHECK_HEADERS(sstream,, +- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))) ++ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))]) + + AC_LANG_RESTORE + -- 2.43.0