|
Lines 145-151
Link Here
|
| 145 |
AC_CHECK_FUNC(pthread_kill_other_threads_np,[AC_DEFINE([HAVE_PTHREAD_KILL_OTHER_THREADS_NP], |
145 |
AC_CHECK_FUNC(pthread_kill_other_threads_np,[AC_DEFINE([HAVE_PTHREAD_KILL_OTHER_THREADS_NP], |
| 146 |
[], [we are not using NTPL])]) |
146 |
[], [we are not using NTPL])]) |
| 147 |
AC_CHECK_SOCKS5 |
147 |
AC_CHECK_SOCKS5 |
| 148 |
LICQ_CHECK_GPGME |
148 |
|
|
|
149 |
|
| 150 |
|
| 151 |
|
| 152 |
dnl GPGME is used to support OpenPGP |
| 153 |
AC_ARG_ENABLE(gpgme, |
| 154 |
[ --disable-gpgme disable GnuPG support using GPGME [default=enabled]], |
| 155 |
[ac_cv_enable_gpgme=$enableval], [ac_cv_enable_gpgme=yes]) |
| 156 |
AC_MSG_CHECKING([whether to use GPGME]) |
| 157 |
if test $ac_cv_enable_gpgme = yes; then |
| 158 |
AC_MSG_RESULT(yes) |
| 159 |
AM_PATH_GPGME(0.3.10, AC_DEFINE(USE_GPGME, 1, Define if you use GPGME to support OpenPGP.), |
| 160 |
[use_gpgme=no |
| 161 |
ac_cv_enable_gpgme=no]) |
| 162 |
else |
| 163 |
AC_MSG_RESULT(no) |
| 164 |
fi |
| 165 |
|
| 149 |
LICQ_CHECK_OPENSSL |
166 |
LICQ_CHECK_OPENSSL |
| 150 |
|
167 |
|
| 151 |
dnl Switch to C++ mode and check for needed C++ headers |
168 |
dnl Switch to C++ mode and check for needed C++ headers |