seed r717 - trunk
- From: hortont svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r717 - trunk
- Date: Tue, 13 Jan 2009 21:23:59 +0000 (UTC)
Author: hortont
Date: Tue Jan 13 21:23:59 2009
New Revision: 717
URL: http://svn.gnome.org/viewvc/seed?rev=717&view=rev
Log:
Fix build on OS X, again.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Jan 13 21:23:59 2009
@@ -61,7 +61,13 @@
fi
dnl =======================WebKit ContextGroup=================================
-AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate, , AC_MSG_ERROR([Your copy of WebKit is too old.]))
+case "$host_os" in
+ darwin*)
+ ;;
+ *)
+ AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate, , AC_MSG_ERROR([Your copy of WebKit is too old.]))
+ ;;
+esac
dnl ========================readline module====================================
AC_TRY_CPP([#include <readline/readline.h>],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]