about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-12 23:37:11 +0100
committerJames Booth <boothj5@gmail.com>2015-10-12 23:37:11 +0100
commit6e28df66e89943e42243d0a36734b7b7b5310c2f (patch)
tree356e84cb7f2745f54deae03f62756131b4b1bf66 /configure.ac
parentde15d47be4bb43f039a27bbd39dc41fd7e10ad59 (diff)
downloadprofani-tty-6e28df66e89943e42243d0a36734b7b7b5310c2f.tar.gz
Use libstrophe/libmesode uuid generator
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bc0afaae..28ed7efe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,9 +106,6 @@ AS_IF([test "x$PLATFORM" != xosx],
             AC_SUBST(AM_LDFLAGS)],
         [AC_MSG_ERROR([libreadline is required for profanity])])])
 
-AC_CHECK_LIB([uuid], [uuid_generate], [],
-    [AC_MSG_ERROR([libuuid is required for profanity])])
-
 AS_IF([test "x$PLATFORM" = xosx], [LIBS="-lcurl $LIBS"])
 
 ### Check for desktop notification support