summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-03 16:22:02 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-03 16:22:02 +0000
commite99eece42af74a4167ae80050421e277cfff5bc5 (patch)
treeca459f1cfc89e7453ee13cfa8e6f1a3270427328 /acinclude.m4
parente4c93fc8c3835fe6e6804ff0791a758f270780e8 (diff)
some minor fixes found while working on issue #12911 (and block the rev from 1.4 since the equivalent is already here)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127767 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 139524140..874ef669c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -192,7 +192,7 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
$1_HEADER_FOUND="1"
else # check for the header
saved_cppflags="${CPPFLAGS}"
- CPPFLAGS="${CPPFLAGS} ${$1_INCLUDE} $6"
+ CPPFLAGS="${CPPFLAGS} ${$1_INCLUDE}"
AC_CHECK_HEADER([$4], [$1_HEADER_FOUND=1], [$1_HEADER_FOUND=0])
CPPFLAGS="${saved_cppflags}"
fi