summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-06-04 12:15:32 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-06-04 12:15:32 +0000
commite55f32f0f89cb20ba00d967a78e780f5447fd080 (patch)
tree3bfbaaee731193b2253c685fe27982171cde2bd8 /editors/openoffice.org-2-RC/files/patch-config_office+configure.in
parentUnbroke on systems without <langinfo.h>. (diff)
AC_TRY_COMPILE -> AC_TRY_LINK
Notes
Notes: svn path=/head/; revision=60594
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-config_office+configure.in')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-config_office+configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-config_office+configure.in b/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
index 23616b6ecbb4..bc28e6f4a92d 100644
--- a/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
+++ b/editors/openoffice.org-2-RC/files/patch-config_office+configure.in
@@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
-+++ configure.in Tue Jun 4 12:36:50 2002
++++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
-+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
++AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));