mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
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:
@@ -510,6 +510,10 @@ else
|
|||||||
fi
|
fi
|
||||||
AC_SUBST(EDITLINE_LIB)
|
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)
|
# Another mandatory item (unless it's explicitly disabled)
|
||||||
AC_ARG_ENABLE([xmldoc],
|
AC_ARG_ENABLE([xmldoc],
|
||||||
[AS_HELP_STRING([--disable-xmldoc],
|
[AS_HELP_STRING([--disable-xmldoc],
|
||||||
|
@@ -1220,6 +1220,11 @@
|
|||||||
/* Define to 1 if running on Darwin. */
|
/* Define to 1 if running on Darwin. */
|
||||||
#undef _DARWIN_UNLIMITED_SELECT
|
#undef _DARWIN_UNLIMITED_SELECT
|
||||||
|
|
||||||
|
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||||
|
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||||
|
# define _DARWIN_USE_64_BIT_INODE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||||
#undef _FILE_OFFSET_BITS
|
#undef _FILE_OFFSET_BITS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user