summaryrefslogtreecommitdiff
path: root/patches/dev300/layout-default-enable-config_office.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/layout-default-enable-config_office.diff')
-rw-r--r--patches/dev300/layout-default-enable-config_office.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/dev300/layout-default-enable-config_office.diff b/patches/dev300/layout-default-enable-config_office.diff
deleted file mode 100644
index 27c86bd29..000000000
--- a/patches/dev300/layout-default-enable-config_office.diff
+++ /dev/null
@@ -1,26 +0,0 @@
----
- configure.in | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git configure.in configure.in
-index 1cc6fbd..6017fc9 100644
---- configure.in
-+++ configure.in
-@@ -235,7 +235,7 @@ AC_ARG_ENABLE(static-gtk,
- ],,)
-
- AC_ARG_ENABLE(layout,
--[ --enable-layout Enable the compilation and use of layout dialogs
-+[ --disable-layout Disable the compilation and use of layout dialogs
- ],,)
-
- AC_ARG_ENABLE(build-mozilla,
-@@ -7134,7 +7134,7 @@ fi
- AC_SUBST(ENABLE_STATIC_GTK)
-
- AC_MSG_CHECKING([whether to use layout dialogs])
--if test -n "$enable_layout" && test "$enable_layout" != "no"; then
-+if test -z "$enable_layout" || test "$enable_layout" != "no"; then
- ENABLE_LAYOUT="TRUE"
- AC_MSG_RESULT([yes])
- else