telepathy-idle: configure.ac: drop redundant AC_SUBSTs and content-free comments
Simon McVittie
smcv at kemper.freedesktop.org
Wed May 30 05:08:44 PDT 2012
Module: telepathy-idle
Branch: master
Commit: 9a86956fd150e98bb255a397e0c18a5d9b772ac4
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=9a86956fd150e98bb255a397e0c18a5d9b772ac4
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu May 10 13:44:33 2012 +0100
configure.ac: drop redundant AC_SUBSTs and content-free comments
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
---
configure.ac | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/configure.ac b/configure.ac
index f4510dc..a9d42b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,32 +70,17 @@ AC_SUBST(ERROR_CFLAGS)
AC_HEADER_STDC([])
AC_C_INLINE
-dnl Check for Glib
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_28, [Ignore post 2.28 deprecations])
AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs])
PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0 ])
-AC_SUBST(GLIB_CFLAGS)
-AC_SUBST(GLIB_LIBS)
-
-dnl Check for D-Bus
PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.51, dbus-glib-1 >= 0.51])
-AC_SUBST(DBUS_CFLAGS)
-AC_SUBST(DBUS_LIBS)
-
PKG_CHECK_MODULES(TELEPATHY, [telepathy-glib >= 0.15.9])
-AC_SUBST(TELEPATHY_CFLAGS)
-AC_SUBST(TELEPATHY_LIBS)
-
-dnl Check for OpenSSL
PKG_CHECK_MODULES(OPENSSL, [openssl >= 0.9.7])
-AC_SUBST(OPENSSL_CFLAGS)
-AC_SUBST(OPENSSL_LIBS)
-
dnl Check for code generation tools
XSLTPROC=
AC_CHECK_PROGS([XSLTPROC], [xsltproc])
More information about the telepathy-commits
mailing list