From b98a4811a0b03335da1fad3d0e0bce08bdad2a00 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 28 Oct 2009 16:43:19 -0500 Subject: Removing valgrind as I want to clean this branch up and make another for that. --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index 586807e..fe4aec5 100644 --- a/configure.ac +++ b/configure.ac @@ -33,16 +33,6 @@ PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION AC_SUBST(LIBINDICATOR_CFLAGS) AC_SUBST(LIBINDICATOR_LIBS) -############################## -# Valgrind -############################## - -PKG_CHECK_MODULES(VALGRIND, valgrind) - -AC_SUBST(VALGRIND_CFLAGS) -AC_SUBST(VALGRIND_LIBS) - - ############################## # Custom Junk ############################## -- cgit v1.2.3