From 9a2ea08fbdfc5de590a7de8c75e1861b1635f093 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sun, 15 Jun 2008 09:12:10 +0000 Subject: Remove leftover comments in makefiles svn path=/trunk/mono-tools/; revision=105861 --- configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 41d5ed90..471ea307 100644 --- a/configure.in +++ b/configure.in @@ -66,8 +66,6 @@ if test "x$enable_gecko" = "xyes"; then AC_SUBST(MOZILLA_HOME) fi -dnl TODO: check for webkit-sharp -# AM_CONDITIONAL(ENABLE_WEBKIT, test "xno" = "xyes") PKG_CHECK_MODULES(WEBKIT_SHARP, webkit-sharp-1.0, enable_webkit=yes, enable_webkit=no) AC_SUBST(WEBKIT_SHARP_LIBS) AM_CONDITIONAL(ENABLE_WEBKIT, test "x$enable_webkit" = "xyes") -- cgit v1.2.3