On Tue, 3 Jan 2006, Gerd Flaig wrote:
> Hi,
>
> as long as T.38 support is compiled conditionally, it's nice to have
> to configure option --enable-t38. The included patch adds that option.
>
> Goodbyte, Gerd.
>
> --- orig/configure.ac
> +++ mod/configure.ac
> @@ -1426,6 +1426,13 @@
>
> AM_CONDITIONAL([WANT_CHAN_SIP],[test "${with_chan_sip}" = "yes"])
>
> +AC_ARG_ENABLE([t38],
> + [AC_HELP_STRING([--enable-t38],[Enable T.38 support
> (default=no)])],,[enable_t38="no"])
> +
> +if test "x${enable_t38}" != "xno"; then
> + AC_DEFINE([T38_SUPPORT],[1],[chan_sip T.38 support])
> +fi
> +
> dnl
> ###########################################################################
>
> AC_ARG_WITH([chan_sccp],
Added to SVN.
Thanks,
Armin
_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev