Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Toker <alp@mono-cvs.ximian.com>2008-06-15 13:12:10 +0400
committerAlp Toker <alp@mono-cvs.ximian.com>2008-06-15 13:12:10 +0400
commit9a2ea08fbdfc5de590a7de8c75e1861b1635f093 (patch)
tree276cc3de1bfde9d659a5d398ffb7155f89116db8 /configure.in
parent93936b6676a09ba3f2d9794e05ba78e56915fdea (diff)
Remove leftover comments in makefiles
svn path=/trunk/mono-tools/; revision=105861
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
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")