| 1443 fi]) |
1443 fi]) |
| 1444 fi |
1444 fi |
| 1445 else |
1445 else |
| 1446 enable_nm=no |
1446 enable_nm=no |
| 1447 fi |
1447 fi |
| |
1448 |
| |
1449 dnl ####################################################################### |
| |
1450 dnl # Check for Secret Service headers |
| |
1451 dnl ####################################################################### |
| |
1452 |
| |
1453 AC_ARG_ENABLE(libsecret, [AC_HELP_STRING([--disable-secret-service], [disable Secret Service support])], enable_secret_service=$enableval, enable_secret_service=yes) |
| |
1454 |
| |
1455 dnl Check for libsecret; if we don't have it, oh well |
| |
1456 if test "x$enable_secret_service" = "xyes" ; then |
| |
1457 PKG_CHECK_MODULES(SECRETSERVICE, [libsecret-1], [ |
| |
1458 AC_SUBST(SECRETSERVICE_CFLAGS) |
| |
1459 AC_SUBST(SECRETSERVICE_LIBS) |
| |
1460 AC_DEFINE(HAVE_SECRETSERVICE, 1, [Define if we have Secret Service.]) |
| |
1461 ], [ |
| |
1462 if test "x$force_deps" = "xyes" ; then |
| |
1463 AC_MSG_ERROR([ |
| |
1464 Secret Service development headers not found. |
| |
1465 Use --disable-secret-service if you do not need Secret Service support. |
| |
1466 ]) |
| |
1467 fi]) |
| |
1468 fi |
| |
1469 |
| |
1470 AM_CONDITIONAL(ENABLE_SECRETSERVICE, test "x$enable_secret_service" = "xyes") |
| 1448 |
1471 |
| 1449 dnl ####################################################################### |
1472 dnl ####################################################################### |
| 1450 dnl # Check for GNOME Keyring headers |
1473 dnl # Check for GNOME Keyring headers |
| 1451 dnl ####################################################################### |
1474 dnl ####################################################################### |
| 1452 |
1475 |
| 2804 if test "x$enable_dbus" = "xyes" ; then |
2827 if test "x$enable_dbus" = "xyes" ; then |
| 2805 eval eval echo D-Bus services directory...... : $DBUS_SERVICES_DIR |
2828 eval eval echo D-Bus services directory...... : $DBUS_SERVICES_DIR |
| 2806 fi |
2829 fi |
| 2807 echo Build with GNU Libidn......... : $enable_idn |
2830 echo Build with GNU Libidn......... : $enable_idn |
| 2808 echo Build with NetworkManager..... : $enable_nm |
2831 echo Build with NetworkManager..... : $enable_nm |
| |
2832 echo Build with Secret Service..... : $enable_secret_service |
| 2809 echo Build with GNOME Keyring...... : $enable_gnome_keyring |
2833 echo Build with GNOME Keyring...... : $enable_gnome_keyring |
| 2810 echo Build with KWallet............ : $enable_kwallet |
2834 echo Build with KWallet............ : $enable_kwallet |
| 2811 echo SSL Library/Libraries......... : $msg_ssl |
2835 echo SSL Library/Libraries......... : $msg_ssl |
| 2812 if test "x$SSL_CERTIFICATES_DIR" != "x" ; then |
2836 if test "x$SSL_CERTIFICATES_DIR" != "x" ; then |
| 2813 eval eval echo SSL CA certificates directory. : $SSL_CERTIFICATES_DIR |
2837 eval eval echo SSL CA certificates directory. : $SSL_CERTIFICATES_DIR |