This is an automated email from the ASF dual-hosted git repository.
truckman pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 47982d0 Add missing test command to fix gcc libstdc++ rpath detection
on FreeBSD.
47982d0 is described below
commit 47982d080d866254171d508773537511f9ad568c
Author: Don Lewis <[email protected]>
AuthorDate: Sat Nov 16 20:57:44 2019 -0800
Add missing test command to fix gcc libstdc++ rpath detection on FreeBSD.
---
main/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/configure.ac b/main/configure.ac
index ce3e1bf..4ec5594 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -2291,7 +2291,7 @@ AC_SUBST(COMNAME)
if test "$_os" = "FreeBSD"; then
FBSD_GCC_RPATH=
- if "$COM" = "GCC"; then
+ if test "$COM" = "GCC"; then
rpath=`$CC --print-file-name libstdc++.so`
rpath=`realpath $rpath`
rpath=`dirname $rpath`