[gupnp] Recognize OpenBSD so the right uuid library is picked up.



commit 3d43874a54e1308510af28e63c9c3f72e0ad316a
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Thu Jun 30 15:49:53 2011 +0200

    Recognize OpenBSD so the right uuid library is picked up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653745

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 302239a..0c958c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,10 @@ case "$host_os" in
         AC_MSG_RESULT(Darwin)
         UUID=
         ;;
+     openbsd*)
+        AC_MSG_RESULT(OpenBSD)
+        UUID=e2fs-uuid
+        ;;
      *)
         AC_MSG_RESULT($host_os)
         UUID=uuid



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]