Displaying 3 results from an estimated 3 matches for "special_textcat_init".
2016 Dec 04
2
RES: RES: v2.2.27 released
I don't see it, and can't really think of a good reason why it would happen. This happens in configure? And the first thing you ran was configure, right? No autogen.sh or autoconf/automake?
-bash-4.1# cat /etc/redhat-release
CentOS release 6.8 (Final)
-bash-4.1# uname -a
Linux test-centos6.dovecot.net 2.6.32-642.6.1.el6.x86_64 #1 SMP Wed Oct 5 00:36:12 UTC 2016 x86_64 x86_64 x86_64
2014 Nov 14
0
[PATCH]: libexttextcat from libreoffice
....15/configure.ac~ 2014-10-25 05:57:08.000000000 +0200
+++ dovecot-2.2.15/configure.ac 2014-11-14 08:49:02.888452270 +0100
@@ -2747,10 +2747,16 @@
have_lucene_textcat=yes
AC_DEFINE(HAVE_LUCENE_TEXTCAT,, Define if you want textcat support for CLucene)
], [
- AC_CHECK_LIB(exttextcat, special_textcat_Init, [
- have_lucene_exttextcat=yes
- AC_DEFINE(HAVE_LUCENE_EXTTEXTCAT,, Define if you want textcat (Debian version) support for CLucene)
- ])
+ if test "$PKG_CONFIG" != "" && $PKG_CONFIG --exists libexttextcat 2>/dev/null; then
+ PKG_CHECK_MODUL...
2016 Dec 04
0
RES: RES: RES: v2.2.27 released
...onditionally.
[root at host1 dovecot-2.2.27]# tail foo
checking for library containing quota_open... no
checking for XML_Parse in -lexpat... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for sb_stemmer_new in -lstemmer... no
checking for special_textcat_Init in -lexttextcat... no
checking for special_textcat_Init in -ltextcat... no
checking for valgrind... no
checking that generated files are newer than configure... done
About openssl:
[root at host1 dovecot-2.2.27]# rpm -qa | grep openssl
openssl-1.0.1e-48.el6_8.3.x86_64
-----Mensagem original----...