AM_CONDITIONAL([BUILDPYTHON], [test x$OSRF_INSTALL_PYTHON = xtrue])
AC_SUBST([OSRF_INSTALL_PYTHON])
-# enable chopchop, the basic XMPP server
-
-AC_ARG_ENABLE([chopchop],
-[ --enable-chopchop build and install chopchop, a basic XMPP server],
-[case "${enableval}" in
- yes) OSRF_INSTALL_CHOPCHOP=true ;;
- no) OSRF_INSTALL_CHOPCHOP=false ;;
- *) AC_MSG_ERROR([please choose another value for --enable-chopchop (supported values are yes or no)]) ;;
-esac],
-[OSRF_INSTALL_CHOPCHOP=false])
-
-AM_CONDITIONAL([BUILDCHOPCHOP], [test x$OSRF_INSTALL_CHOPCHOP = xtrue])
-AC_SUBST([OSRF_INSTALL_CHOPCHOP])
-
# enable debug?
AC_ARG_ENABLE(debug,
examples/multisession-test.pl
src/c-apps/Makefile
src/gateway/Makefile
- src/jserver/Makefile
src/libopensrf/Makefile
src/perl/Makefile
src/ports/strn_compat/Makefile
AC_MSG_RESULT([OSRF install Python support? no])
fi
-if test "$OSRF_INSTALL_CHOPCHOP" = "true" ; then
- AC_MSG_RESULT([OSRF install chopchop? yes])
-else
- AC_MSG_RESULT([OSRF install chopchop? no])
-fi
-
AC_MSG_RESULT(Installation directory prefix: ${prefix})
AC_MSG_RESULT(Temporary directory: ${TMP})
AC_MSG_RESULT(APXS2 location: ${APXS2})