summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-07-17 19:31:05 +0000
committerMatthew Jordan <mjordan@digium.com>2014-07-17 19:31:05 +0000
commit3f64ca0c04f3b0482125d99c6b9566a406af48ed (patch)
tree621fd1361b167d88735a380c8a329dade3b8a335 /UPGRADE.txt
parent26c7e684eaffe2c7f08219984147b23f66c7dca5 (diff)
configure: Fix libxml2 development library dependency checking
The commit that added libxml2 support didn't fully check for the libxml2 development script in the Asterisk configure file. As a result, Asterisk could be configured, then fail on menuselect. This patch fixes it so that Asterisk should detect the libxml2 dependency failure first. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index ed52017c7..d25bf55d8 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -24,7 +24,8 @@
From 12 to 13:
- The menuselect utility has been pulled into the Asterisk repository. As a
- result, the libxml2 library is now a required dependency for Asterisk.
+ result, the libxml2 development library is now a required dependency for
+ Asterisk.
- The asterisk command line -I option and the asterisk.conf internal_timing
option are removed and always enabled if any timing module is loaded.