diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-07 21:08:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-12 13:37:44 +0300 |
commit | 090a8ce4ff8868fd62d125543f934b3d38e85df2 (patch) | |
tree | 4b6b1004383d19a9c016bf7918a1f3a252da4872 /configure.ac | |
parent | ded74247a1200b3577ba3854e92f33de190d52a9 (diff) |
Use @LIBO_URE_SHARE_JAVA_FOLDER@ instead of hardcoding ../share/java
Makes CppunitTest_dbaccess_hsqldb_test work also in the
--enable-canonical-installation-tree-structure (on OS X), otherwise
the use of $URE_INTERNAL_JAVA_CLASSPATH (looked up from the URE unorc)
in stoc/source/javavm/javavm.cxx fails.
Change-Id: I5ea045594c32e6a1398b73cff1e4aa8bbe1aa265
(cherry picked from commit d83f28a2505923a4f01237f7587bf8ede57d0bed)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f77e6dd087a3..42bfbd30e0c2 100644 --- a/configure.ac +++ b/configure.ac @@ -12880,7 +12880,8 @@ AC_CONFIG_FILES([config_host.mk lo.xcent instsetoo_native/util/openoffice.lst sysui/desktop/macosx/Info.plist - ios/lo.xcconfig]) + ios/lo.xcconfig + ure/source/unorc]) AC_CONFIG_HEADERS([config_host/config_buildid.h]) AC_CONFIG_HEADERS([config_host/config_clang.h]) AC_CONFIG_HEADERS([config_host/config_eot.h]) |