summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-11-13 17:07:56 +0000
committerMark Michelson <mmichelson@digium.com>2008-11-13 17:07:56 +0000
commitfcf93eb5d63eadaf889011d4bb8be502fb5a978e (patch)
treef1fd5cc832fe97ba31342715eb951359347b9642 /autoconf
parenta22928b8535efe180dd9f7b6000495c90079ae9a (diff)
Kevin sent a note indicating that this change is
not necessary, so I am reverting it git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/ast_c_compile_check.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/ast_c_compile_check.m4 b/autoconf/ast_c_compile_check.m4
index c7125b0d5..0d49ec3ca 100644
--- a/autoconf/ast_c_compile_check.m4
+++ b/autoconf/ast_c_compile_check.m4
@@ -26,8 +26,6 @@ AC_DEFUN([AST_C_COMPILE_CHECK],
],
[ AC_MSG_RESULT(no) ]
)
- AC_SUBST(PBX_$1)
- AC_SUBST($1_INCLUDE)
CPPFLAGS="${saved_cppflags}"
fi
])