summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2012-12-12 19:21:20 -0600
committerScott Balneaves <[email protected]>2012-12-12 19:21:20 -0600
commit61b61c3fb75dee78f362558764149e18df75c96a (patch)
treecce2a85914a7c3e97d19dcb1fc5b240bb70d48f5 /configure.ac
parent6540605b4e786e2ce75d2dd89aa3c66e961265b8 (diff)
downloadmate-control-center-61b61c3fb75dee78f362558764149e18df75c96a.tar.bz2
mate-control-center-61b61c3fb75dee78f362558764149e18df75c96a.tar.xz
First cut at fixing about-me
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index e5b13a93..e345f2ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,11 +250,11 @@ AC_ARG_ENABLE([aboutme],
[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
+dnl if test "x$enable_aboutme" = "xyes"; then
+dnl PKG_CHECK_MODULES(LIBEBOOK, [libebook-1.2 >= 1.7.90],
+dnl [AC_DEFINE([HAVE_LIBEBOOK], 1,
+dnl [Define if evolution-data-server libebook-1.2 is available])])
+dnl fi
AM_CONDITIONAL(BUILD_ABOUTME, test "x$enable_aboutme" = "xyes")