diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:31 +0800 |
commit | 83175a3af973c254cd6eeb954255f6cae0a64239 (patch) | |
tree | e12a43e12a4e82d2cb4b445d2ee1d1202fb58505 /configure.ac | |
parent | 2c4f7c6b6549f8b95845f1838dd0dc710c9e8304 (diff) | |
download | gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.gz gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.bz2 gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.lz gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.xz gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.zst gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.zip |
Fix build of tests
svn path=/trunk/; revision=510
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 4f164ac78..e3d324e01 100644 --- a/configure.ac +++ b/configure.ac @@ -281,12 +281,6 @@ fi AM_CONDITIONAL(HAVE_VOIP, test "x$enable_voip" = "xyes") -# Checks for the 'check' unit testing library -PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], - [ HAVE_CHECK=yes ], - [ HAVE_CHECK=no ] ) -AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes") - # ----------------------------------------------------------- AC_OUTPUT([ |