diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-10 16:00:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-10 16:00:33 +0800 |
commit | 68f390622e40da5681552a235e377c5611b3c2eb (patch) | |
tree | 08190bf64334f44c78919ad5382e6fec02a1f168 /configure.ac | |
parent | 0608d84a95a32c6a29132e006c221ff3718e3245 (diff) | |
download | gsoc2013-empathy-68f390622e40da5681552a235e377c5611b3c2eb.tar gsoc2013-empathy-68f390622e40da5681552a235e377c5611b3c2eb.tar.gz gsoc2013-empathy-68f390622e40da5681552a235e377c5611b3c2eb.tar.bz2 gsoc2013-empathy-68f390622e40da5681552a235e377c5611b3c2eb.tar.lz gsoc2013-empathy-68f390622e40da5681552a235e377c5611b3c2eb.tar.xz gsoc2013-empathy-68f390622e40da5681552a235e377c5611b3c2eb.tar.zst gsoc2013-empathy-68f390622e40da5681552a235e377c5611b3c2eb.zip |
Fix debug message.
2007-09-10 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-contact-factory.c: Fix debug message.
* libempathy/Makefile.am:
* configure.ac: Remove useless code.
svn path=/trunk/; revision=295
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e9e25d2ba..6c88627b9 100644 --- a/configure.ac +++ b/configure.ac @@ -57,9 +57,6 @@ IDT_COMPILE_WARNINGS GLIB_GENMARSHAL=`$PKG_CONFIG glib-2.0 --variable=glib_genmarshal` AC_SUBST(GLIB_GENMARSHAL) -pluginlibdir=`$PKG_CONFIG mission-control --variable=pluginlibdir` -AC_SUBST(pluginlibdir) - dnl ----------------------------------------------------------- dnl Language Support dnl ----------------------------------------------------------- |