We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4535752 + a9295a4 commit 6c6432dCopy full SHA for 6c6432d
configure.ac
@@ -219,10 +219,11 @@ AS_IF([test "x$enable_java" != "xno"], [
219
]) dnl test enable_java
220
221
dnl Test is ant is available since we now use it for the build system
222
+dnl BC - TODO - Add this to the enable Java section and uncomment below
223
AC_PATH_PROG([ANT], [ant], [no])
-if test "x$ANT" = "xno"; then
224
- AC_MSG_ERROR([Apache Ant is required but was not found. Install Ant and try again.])
225
-fi
+dnl if test "x$ANT" = "xno"; then
+dnl AC_MSG_ERROR([Apache Ant is required but was not found. Install Ant and try again.])
226
+dnl fi
227
AC_SUBST(ANT)
228
229
0 commit comments