[svn-r29237] Missed a "then"

This commit is contained in:
Allen Byrne 2016-03-01 10:04:39 -05:00
parent 6152dd6532
commit 16e529f5a9

View File

@ -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