openbsd-ports/net/centericq/patches/patch-aclocal_m4
pvalchev 32234419a5 Update to centericq-4.5.0
This release adds a very important improvement. ICQ communications were
moved to the library of ickle client, written by Barnaby Gray
<barnaby@beedesign.co.uk>. Since the library supports the icq2000
protocol, this version centericq doesn't loose messages unlike previous
ones. Also it's now possible to send SMSes. Though, the library is not
complete yet, so features such as finding users, updating details,
sending contacts and files are now gone. Temporary.
2001-12-19 00:25:26 +00:00

17 lines
663 B
Plaintext

$OpenBSD: patch-aclocal_m4,v 1.5 2001/12/19 00:25:26 pvalchev Exp $
--- aclocal.m4.orig Fri Dec 14 09:31:52 2001
+++ aclocal.m4 Tue Dec 18 16:33:06 2001
@@ -346,10 +346,9 @@ AC_DEFUN(AM_WITH_NLS,
if test "$gt_cv_func_gettext_libc" != "yes"; then
AC_CHECK_LIB(intl, bindtextdomain,
- [AC_CACHE_CHECK([for gettext in libintl],
- gt_cv_func_gettext_libintl,
+ [AC_CACHE_VAL(gt_cv_func_gettext_libintl,
[AC_CHECK_LIB(intl, gettext,
- gt_cv_func_gettext_libintl=yes,
+ [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"],
gt_cv_func_gettext_libintl=no)],
gt_cv_func_gettext_libintl=no)])
fi