mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gtk to 2.24 Webkit to 1.2.7 Others to latest version install-impl.sh now has option to build webkit if BUILD_WEBKIT_FROM_SOURCE is defined as "yes". git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20560 57a11ea4-9604-0410-9ed3-97b8803252fd
24 lines
772 B
Diff
Executable File
24 lines
772 B
Diff
Executable File
--- configure Tue Oct 05 06:02:37 2010
|
|
+++ configure Tue Jan 11 07:28:51 2011
|
|
@@ -1077,6 +1077,7 @@
|
|
enable_icon_database
|
|
enable_datalist
|
|
enable_ruby
|
|
+enable_sandbox
|
|
enable_video
|
|
enable_xhtmlmp
|
|
enable_xpath
|
|
@@ -19020,9 +19021,9 @@
|
|
# check whether to enable HTML5 sandbox iframe support
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable HTML5 sandboxed iframe support" >&5
|
|
$as_echo_n "checking whether to enable HTML5 sandboxed iframe support... " >&6; }
|
|
-# Check whether --enable-ruby was given.
|
|
-if test "${enable_ruby+set}" = set; then :
|
|
- enableval=$enable_ruby;
|
|
+# Check whether --enable-sandbox was given.
|
|
+if test "${enable_sandbox+set}" = set; then :
|
|
+ enableval=$enable_sandbox;
|
|
else
|
|
enable_sandbox="yes"
|
|
fi
|