[evolution-data-server] configure.ac: Remove test for "jw".



commit 91ac91fa1e3127f2f197b2301470785c7127aa83
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jun 6 16:18:24 2012 -0400

    configure.ac: Remove test for "jw".
    
    I don't know what "jw" is (or was), but HAVE_JW is not used anywhere.
    It's a useless definition, as far as I can tell.  Remove the test.

 configure.ac |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 009ad5b..d4e764a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,18 +243,6 @@ if test "x${GCC}" = "xyes"; then
 fi
 
 dnl ******************************
-dnl Test whether jw is installed
-dnl ******************************
-AC_PATH_PROG(JW,jw,no)
-if test "x$JW" = "xno"; then
-	HAVE_JW="no"
-else
-	HAVE_JW="yes"
-fi
-AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes")
-AC_SUBST(HAVE_JW)
-
-dnl ******************************
 dnl I18N stuff
 dnl ******************************
 IT_PROG_INTLTOOL([0.35.5])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]