aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-04-16 13:39:54 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-04-16 13:39:54 -0500
commit9b11f86a4b7b2b3f4cb0ee38ba819233cb256e07 (patch)
tree2f1c512a53d257071901ef49f32d631b86676633 /configure.ac
parent00edffe61a1131953899f2eae35d31e25871fa4c (diff)
downloadayatana-indicator-messages-9b11f86a4b7b2b3f4cb0ee38ba819233cb256e07.tar.gz
ayatana-indicator-messages-9b11f86a4b7b2b3f4cb0ee38ba819233cb256e07.tar.bz2
ayatana-indicator-messages-9b11f86a4b7b2b3f4cb0ee38ba819233cb256e07.zip
Removed obsolete testing configure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 8261207..552b80b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,15 +77,6 @@ AC_SUBST(APPLET_CFLAGS)
AC_SUBST(APPLET_LIBS)
###########################
-# Test Dependencies
-###########################
-
-AC_ARG_ENABLE([tests],
- AC_HELP_STRING([--disable-tests], [Disable test scripts and tools]),,
- [enable_tests=auto])
-AM_CONDITIONAL(BUILD_TESTS, test xyes = xyes)
-
-###########################
# Status Provider Deps
###########################
@@ -139,7 +130,6 @@ if test "x$enable_tests" != "xno"; then
fi
AM_CONDITIONAL([BUILD_TESTS],[test "x$enable_tests" = "xyes"])
-
###########################
# Check to see if we're local
###########################