On 03/01/06, Gerd Flaig <[EMAIL PROTECTED]> 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],
--
Gerd Flaig Technik [EMAIL PROTECTED]
Bei Schlund + Partner AG Brauerstraße 48 D-76135 Karlsruhe
Physics is like sex: sure, it may give some practical results,
but that's not why we do it. -- Richard Feynman
_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev
--
Michal Bielicki
Halo Kwadrat Sp. z o.o.
http://www.asterisk.pl/
http://www.openpbx.org/
_______________________________________________ Openpbx-dev mailing list [email protected] http://lists.openpbx.org/mailman/listinfo/openpbx-dev
