Author: damjan
Date: Thu Jan 19 03:26:25 2017
New Revision: 1779413

URL: http://svn.apache.org/viewvc?rev=1779413&view=rev
Log:
Fix a configure.ac problem with hamcrest detection.

Patch by: me

Modified:
    openoffice/trunk/main/configure.ac

Modified: openoffice/trunk/main/configure.ac
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1779413&r1=1779412&r2=1779413&view=diff
==============================================================================
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Thu Jan 19 03:26:25 2017
@@ -7123,6 +7123,7 @@ if test "$SOLAR_JAVA" != "" && test "$wi
     "$JAVA_HOME/bin/jar" tf "$HAMCREST_CORE_JAR" 2>&5 | \
         $GREP org/hamcrest/core/AllOf.class > /dev/null 2>&5
     if test $? -eq 0; then
+        AC_MSG_RESULT([$HAMCREST_CORE_JAR])
     else
         AC_MSG_ERROR([cannot find hamcrest-core jar; please install one in the
 default location (/usr/share/java), specify its


Reply via email to