seed r791 - trunk



Author: hortont
Date: Thu Jan 22 05:31:45 2009
New Revision: 791
URL: http://svn.gnome.org/viewvc/seed?rev=791&view=rev

Log:
Oops. Pull out JSContextGroupRef check until we can fix it...



Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Jan 22 05:31:45 2009
@@ -59,14 +59,14 @@
 fi
 
 dnl =======================WebKit ContextGroup=================================
-case "$host_os" in
-	darwin*)
-		;;
-	*)
-		AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate, ,
-					 AC_MSG_ERROR([The installed version of WebKit is too old. Install WebKit from SVN and try again.]))
-		;;
-esac
+dnl case "$host_os" in
+dnl 	darwin*)
+dnl 		;;
+dnl 	*)
+dnl 		AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate, ,
+dnl 					 AC_MSG_ERROR([The installed version of WebKit is too old. Install WebKit from SVN and try again.]))
+dnl 		;;
+dnl  esac
 
 dnl ==============================readline=====================================
 AC_MSG_CHECKING(for readline)



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