configure.ac

changeset 12508
32f6f8bf3a57
parent 12507
9c4e2db872fd
child 12510
208b7359ddd3
equal deleted inserted replaced
12507:9c4e2db872fd 12508:32f6f8bf3a57
1400 fi 1400 fi
1401 1401
1402 dnl checks for jabber 1402 dnl checks for jabber
1403 dnl AC_CHECK_SIZEOF(short) 1403 dnl AC_CHECK_SIZEOF(short)
1404 AC_CHECK_FUNCS(snprintf connect) 1404 AC_CHECK_FUNCS(snprintf connect)
1405 AC_SUBST(SASL_LIBS)
1406 AC_ARG_ENABLE(cyrus-sasl, AC_HELP_STRING([--enable-cyrus-sasl], [enable Cyrus SASL support for jabberd (no)]), enable_cyrus_sasl=$enableval, enable_cyrus_sasl=no)
1407 if test "x-$enable_cyrus_sasl" = "x-yes" ; then
1408 AC_CHECK_LIB(sasl2, sasl_client_init, [AC_DEFINE(HAVE_CYRUS_SASL, [1], [Define to 1 if Cyrus SASL is present]) SASL_LIBS=-"lsasl2"], [AC_ERROR(Cyrus SASL library not found)])
1409 fi
1405 1410
1406 dnl checks for zephyr 1411 dnl checks for zephyr
1407 AC_DEFINE(ZEPHYR_INT32, long, [Size of an int32.]) 1412 AC_DEFINE(ZEPHYR_INT32, long, [Size of an int32.])
1408 AC_SUBST(KRB4_CFLAGS) 1413 AC_SUBST(KRB4_CFLAGS)
1409 AC_SUBST(KRB4_LDFLAGS) 1414 AC_SUBST(KRB4_LDFLAGS)
1674 echo Build with Tk support......... : $enable_tk 1679 echo Build with Tk support......... : $enable_tk
1675 echo Build with Audio support...... : $enable_audio 1680 echo Build with Audio support...... : $enable_audio
1676 echo Build with GtkSpell support... : $enable_gtkspell 1681 echo Build with GtkSpell support... : $enable_gtkspell
1677 echo Build with Voice/Video support : $enable_vv 1682 echo Build with Voice/Video support : $enable_vv
1678 echo Build with DBUS support....... : $enable_dbus 1683 echo Build with DBUS support....... : $enable_dbus
1684 echo Build with Cyrus SASL support. : $enable_cyrus_sasl
1679 if test x$enable_dbus = xyes ; then 1685 if test x$enable_dbus = xyes ; then
1680 echo DBUS session directory........ : $DBUS_SESSION_DIR 1686 echo DBUS session directory........ : $DBUS_SESSION_DIR
1681 fi 1687 fi
1682 echo Has you....................... : yes 1688 echo Has you....................... : yes
1689 echo
1683 echo 1690 echo
1684 echo Use kerberos 4 with zephyr.... : $kerberos 1691 echo Use kerberos 4 with zephyr.... : $kerberos
1685 echo Use external libzephyr........ : $zephyr 1692 echo Use external libzephyr........ : $zephyr
1686 echo 1693 echo
1687 echo Use XScreenSaver Extension.... : $enable_xss 1694 echo Use XScreenSaver Extension.... : $enable_xss

mercurial