summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-07-20 10:57:08 -0400
committerSean Bright <sean.bright@gmail.com>2017-07-20 11:39:51 -0400
commitcea4ce246d3ee9fc9abdb923157826ceb9e0101b (patch)
tree966b3f248cf81f298192cd09a92982e45c76ee74 /configure.ac
parenteb60c902e86a3f3397ded30cc603357d607515cc (diff)
corosync: Fix corosync library name in configure.ac
Also add new corosync packages to install_prereq. Reported by Travis Ryan in #asterisk-dev Change-Id: Ib861c95ba630fed62dc54e56784ad8446ed9d2db
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 de4bce247..f40403e31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2363,7 +2363,7 @@ else
AST_EXT_LIB_CHECK([RADIUS], [radiusclient-ng], [rc_read_config], [radiusclient-ng.h])
fi
-AST_EXT_LIB_CHECK([COROSYNC], [cpg], [cpg_join], [corosync/cpg.h], [-lcfg])
+AST_EXT_LIB_CHECK([COROSYNC], [cpg], [cpg_join], [corosync/cpg.h], [-lcpg])
AST_EXT_LIB_CHECK([COROSYNC_CFG_STATE_TRACK], [cfg], [corosync_cfg_state_track], [corosync/cfg.h], [-lcfg])
AST_EXT_LIB_CHECK([SPEEX], [speex], [speex_encode], [speex/speex.h], [-lm])