don't define Zaptel features as libraries, they aren't, and we don't want '--with-zaptel-<foo>' configure options for them

also some minor cleanups


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-03-17 17:31:46 +00:00
parent 7980ac1261
commit 451c76c3b1
4 changed files with 147 additions and 384 deletions

View File

@@ -114,7 +114,7 @@ AC_DEFUN([AST_C_DEFINE_CHECK],
AC_DEFINE([HAVE_$1], 1, [Define if your system has the $1 headers.])
AC_DEFINE([HAVE_$1_VERSION], $4, [Define $1 headers version])
],
[ AC_MSG_RESULT(no) ]
[ AC_MSG_RESULT(no) ]
)
CPPFLAGS="${saved_cppflags}"
fi