summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-12-14 08:03:06 -0800
committerStefano Karapetsas <[email protected]>2012-12-14 08:03:06 -0800
commit633888e6d08db32937799634da238ad2d8e575a2 (patch)
tree8748cb9f9fb57738a14422972f7af9c740cd7589 /configure.ac
parent6540605b4e786e2ce75d2dd89aa3c66e961265b8 (diff)
parent37b7b37e16c6f8067ff213b9436027b362c476a8 (diff)
downloadmate-control-center-633888e6d08db32937799634da238ad2d8e575a2.tar.bz2
mate-control-center-633888e6d08db32937799634da238ad2d8e575a2.tar.xz
Merge pull request #26 from sbalneav/master
Get about-me functional.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index e5b13a93..747275a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,25 +240,6 @@ AC_SUBST(LIBMATEKBDUI_CFLAGS)
AC_SUBST(LIBMATEKBDUI_LIBS)
dnl ==============================================
-dnl About-me
-dnl ==============================================
-
-AC_MSG_CHECKING([whether to enable About Me])
-AC_ARG_ENABLE([aboutme],
- AC_HELP_STRING([--enable-aboutme],
- [enable about-me capplet]),,
- [enable_aboutme=no])
-AC_MSG_RESULT([$enable_aboutme])
-
-if test "x$enable_aboutme" = "xyes"; then
- PKG_CHECK_MODULES(LIBEBOOK, [libebook-1.2 >= 1.7.90],
- [AC_DEFINE([HAVE_LIBEBOOK], 1,
- [Define if evolution-data-server libebook-1.2 is available])])
-fi
-
-AM_CONDITIONAL(BUILD_ABOUTME, test "x$enable_aboutme" = "xyes")
-
-dnl ==============================================
dnl End: Check that we meet the dependencies
dnl ==============================================