Skip to content

Commit 6c6432d

Browse files
authored
Merge pull request #3221 from sleuthkit/no_ant
Reverts the 'ant' requirement from #3217
2 parents 4535752 + a9295a4 commit 6c6432d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configure.ac

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,11 @@ AS_IF([test "x$enable_java" != "xno"], [
219219
]) dnl test enable_java
220220

221221
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
222223
AC_PATH_PROG([ANT], [ant], [no])
223-
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
224+
dnl if test "x$ANT" = "xno"; then
225+
dnl AC_MSG_ERROR([Apache Ant is required but was not found. Install Ant and try again.])
226+
dnl fi
226227
AC_SUBST(ANT)
227228

228229

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy