mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user