summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-03-17 17:31:46 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-03-17 17:31:46 +0000
commit451c76c3b1f12f29f3dd50aef060e3c50404d34e (patch)
tree6dd7777d768fc88c9c445f53c6ff452e37ecba36 /acinclude.m4
parent7980ac1261001995a541671bce0c158d08118a9a (diff)
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
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 6e310e53f..4ead31aaf 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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