diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/configure.ac b/configure.ac index f92175a40..7376c59d5 100644 --- a/configure.ac +++ b/configure.ac @@ -232,40 +232,6 @@ fi AM_CONDITIONAL(HAVE_EMPATHY_AV, test "x$have_empathy_av" = "xyes") # ----------------------------------------------------------- -# Call support in tp-logger -# ----------------------------------------------------------- -AC_ARG_ENABLE(call-logs, - AS_HELP_STRING([--enable-call-logs=@<:@no/yes/auto@:>@], - [build with call logs support]),, - [enable_call_logs=auto]) -if test "x$enable_call_logs" != "xno" ; then - SAVE_CFLAGS=$CFLAGS - SAVE_CPPFLAGS=$CPPFLAGS - SAVE_LDFLAGS=$LDFLAGS - CFLAGS="$CFLAGS $EMPATHY_CFLAGS" - CPPFLAGS="$CPPFLAGS $EMPATHY_CFLAGS" - LDFLAGS="$LDFLAGS $EMPATHY_LDFLAGS" - - AC_CHECK_HEADER(telepathy-logger/call-event.h, - have_call_logs="yes", have_call_logs="no") - - CFLAGS=$SAVE_CFLAGS - CPPFLAGS=$SAVE_CPPFLAGS - LDFLAGS=$SAVE_LDFLAGS - - if test "x$have_call_logs" = "xyes"; then - AC_DEFINE(HAVE_CALL_LOGS, 1, [Define if you have call log support]) - fi -else - have_call_logs=no -fi - -if test "x$enable_call_logs" = "xyes" -a "x$have_call_logs" != "xyes"; then - AC_MSG_ERROR([Call logs support requested but telepathy-logger wasn't - built with --enable-call]) -fi - -# ----------------------------------------------------------- # evolution-data-server (about-me) # ----------------------------------------------------------- AC_ARG_WITH(eds, @@ -686,6 +652,5 @@ Configure summary: Nautilus-sendto plugin......: ${have_nst} GOA MC plugin...............: ${have_goa} Salut E-D-S support.........: ${with_eds} - Exp. Call log support.......: ${have_call_logs} empathy-av (legacy).........: ${enable_empathy_av} " |