summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSuper User2008-06-07 20:32:12 +0200
committerSuper User2008-06-07 20:32:12 +0200
commite18b6b14b116a1672723ac4e5714a04174a114d0 (patch)
tree590ba3484b32381363155aa1c09d53f580fd57a3 /configure.ac
parentwork (diff)
downloadlcr-e18b6b14b116a1672723ac4e5714a04174a114d0.tar.gz
lcr-e18b6b14b116a1672723ac4e5714a04174a114d0.tar.xz
lcr-e18b6b14b116a1672723ac4e5714a04174a114d0.zip
fixed dialing-bug when dialing chan_lcr
modified: action.cpp modified: apppbx.h modified: configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index fa3101f..dd64493 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,3 @@
-OUTDATED, please update
-
## -*- autoconf -*-
dnl This file is part of linux-call-router
@@ -52,17 +50,6 @@ dnl AM_PROG_CC_C_O
dnl enable this to have all special options on one place
dnl AC_PRESERVE_HELP_ORDER
-# enable socket access to misdn kernel module on demand
-dnl SOCKET_MISDN=
-AC_ARG_ENABLE([socket_misdn],
- [AS_HELP_STRING([--enable-socket-misdn],
- [use socket connection to misdn kernel code (default=disable)])
- ],
- [use_misdn_socket="yes"],
- [use_misdn_socket="no"]
- )
-AM_CONDITIONAL(ENABLE_SOCKET_MISDN, test "x$use_misdn_socket" == "xyes" )
-
# check for asterisk
AC_ARG_WITH([asterisk],
[AS_HELP_STRING([--with-asterisk],
@@ -98,10 +85,6 @@ AS_IF([test "x$with_ssl" != xno],
)
AM_CONDITIONAL(WITH_CRYPTO, test "x$LIBCRYPTO" == "x-lcrypto" )
-# check for isdn_net.h
-# check for mISDNlib.h
-# --with-isdn_net-include=<include>, default: env MISDNUSER= , $include/mISDNuser
-
# self written test for mISDNuser lib
AC_PATH_MISDNUSER