From 16e529f5a9309b7fffaa856a5b7600152cf43da8 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 1 Mar 2016 10:04:39 -0500 Subject: [svn-r29237] Missed a "then" --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e304481..4aa3f74 100644 --- a/configure.ac +++ b/configure.ac @@ -864,7 +864,7 @@ AC_ARG_ENABLE([java], [HDF_JAVA=$enableval], [HDF_JAVA=no]) -if test "X$HDF_JAVA" = "Xyes" +if test "X$HDF_JAVA" = "Xyes"; then if test "X${enable_shared}" != "Xno"; then echo "yes" if test "X$CLASSPATH" = "X"; then -- cgit v0.12