Bail configure if it can't find libuuid.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377981 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2012-12-13 16:43:40 +00:00
parent fad2637297
commit 24b0d2365b
3 changed files with 283 additions and 249 deletions

View File

@@ -510,6 +510,10 @@ else
fi
AC_SUBST(EDITLINE_LIB)
if test "x$UUID_LIB" == "x"; then
AC_MSG_ERROR([*** uuid support not found (this typically means the uuid development package is missing)])
fi
# Another mandatory item (unless it's explicitly disabled)
AC_ARG_ENABLE([xmldoc],
[AS_HELP_STRING([--disable-xmldoc],