Skip to content

Commit

Permalink
remove checks for libuuid since this is no longer used (UUIDS are seg…
Browse files Browse the repository at this point in the history
…mented 64 bit values)
  • Loading branch information
pauldavisthefirst committed Jan 19, 2014
1 parent bca8ab9 commit c84316f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -658,15 +658,6 @@ if test "x$USE_BARRIER" = "xyes"; then
AC_DEFINE(USE_BARRIER, 1, [Use pthread barrier functions]))
fi

HAVE_UUID=false
PKG_CHECK_MODULES(UUID,uuid > 1.0,[HAVE_UUID=true], [true])
if test x$HAVE_UUID = xfalse ; then
AC_MSG_ERROR([*** You do not have libuuid installed])
else
CFLAGS="$CFLAGS $UUID_CFLAGS"
LIBS="$LIBS $UUID_LIBS"
fi

# some example-clients need libsndfile
HAVE_SNDFILE=false
PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0,[HAVE_SNDFILE=true], [true])
Expand Down

0 comments on commit c84316f

Please sign in to comment.