aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-20 04:57:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-20 04:57:33 +0000
commit8ac3423ba0f6cdf3114c5562edc53cd074854eb3 (patch)
tree7a8fdfca7eb2fc74c8cf2c9f9c84d91a789c53e3 /configure.ac
parentf41fbdc5627ab5043ef19e19a0cb32d6c787c20b (diff)
rename this macro to properly reflect what it does
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@151241 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index de742f95b..15ad83031 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1257,7 +1257,7 @@ if test "${USE_PWLIB}" != "no"; then
AST_CHECK_PWLIB_VERSION([PWLib], [PWLIB], [ptbuildopts.h], [1], [9], [2])
if test "${HAS_PWLIB:-unset}" != "unset"; then
- AST_CHECK_OPENH323_PLATFORM()
+ AST_CHECK_PWLIB_PLATFORM()
PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r"