aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@entel.upc.edu>2012-03-14 14:19:42 +0000
committerRoger Pau Monne <roger.pau@entel.upc.edu>2012-03-14 14:19:42 +0000
commit35ab4e22797545b4ed3f5430fb18d9ca002bf373 (patch)
treea9e0f7e7dfaf93c851fd4779000b7dcc66d3a80f /tools/configure.ac
parent5ca9053cee7d508fcabaf9a591c26930c0957aaa (diff)
downloadxen-35ab4e22797545b4ed3f5430fb18d9ca002bf373.tar.gz
xen-35ab4e22797545b4ed3f5430fb18d9ca002bf373.tar.bz2
xen-35ab4e22797545b4ed3f5430fb18d9ca002bf373.zip
autoconf: check for uuid.h or uuid/uuid.h with -luuid
Check for uuid/uuid.h and if found check for -luuid usability (Linux case), if not, check for uuid (NetBSD). One of this tests has to succeed to be able to build Xen tools. Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index cf376bf05f..aeeb7b07c2 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -116,8 +116,6 @@ AC_SUBST(libgcrypt)
AC_CHECK_LIB([pthread], [pthread_create], [] ,
[AC_MSG_ERROR([Could not find libpthread])])
AC_CHECK_LIB([rt], [clock_gettime])
-AC_CHECK_LIB([uuid], [uuid_clear], [],
- [AC_MSG_ERROR([Could not find libuuid])])
AC_CHECK_LIB([yajl], [yajl_alloc], [],
[AC_MSG_ERROR([Could not find yajl])])
AC_CHECK_LIB([z], [deflateCopy], [], [AC_MSG_ERROR([Could not find zlib])])