[Disable the interrupt tests (for CI servers)])],
[], [])
-if test "x$with_interrupt_tests" != "xno"; then
- INTERRUPTTESTS="yes"
+AC_ARG_WITH([interrupt-tests],
+ [AS_HELP_STRING([--with-interrupt-tests],
+ [Enable interrupt tests])],
+ [INTERRUPTTESTS="yes"], [])
+
+if test "x$with_interrupt_tests" == "xno"; then
+ INTERRUPTTESTS="no"
fi
AC_SUBST([INTERRUPTTESTS])
AC_MSG_RESULT([ C compiler: ${CC} ${CFLAGS}])
AC_MSG_RESULT([ SQL preprocessor: ${SQLPP}])
AC_MSG_RESULT()
+AC_MSG_RESULT([ -------------- Additional Info ------------- ])
+if test "x$INTERRUPTTESTS" = "xyes"; then
+ AC_MSG_RESULT([ Interrupt Tests: ENABLED])
+else
+ AC_MSG_RESULT([ Interrupt Tests: DISABLED use: --with-interrupt-tests to enable])
+fi
+AC_MSG_RESULT()
AC_MSG_RESULT([ -------------- Dependencies -------------- ])
AC_MSG_RESULT([ GEOS config: ${GEOSCONFIG}])
AC_MSG_RESULT([ GEOS version: ${GEOS_FULL_VERSION}])