[gupnp] No need to special-case OpenBSD anymore.



commit 8c58556e254828496fd30d80c04050a3be825c78
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Wed Jul 6 00:01:16 2011 +0200

    No need to special-case OpenBSD anymore.
    
    This has been dealt with in the e2fs-uuid and ossp-uuid OpenBSD ports.
    So there's no need to "pollute" this script with it.

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



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