[gjs] build: Do not unconditionally check for uuidgen



commit a252efcf489cdf03989d2dfeede18b3b8cbe8bc8
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Feb 10 10:13:29 2016 +0000

    build: Do not unconditionally check for uuidgen
    
    We only use it when enabling the DBus tests, and we already check if
    uuidgen is available inside the conditional branch if the DBus tests
    are enabled.

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 242d6c9..700bcf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,13 +223,6 @@ fi
 
 AC_SUBST(EXTRA_LINK_FLAGS)
 
-AC_PATH_PROG([UUIDGEN], [uuidgen])
-AC_MSG_CHECKING([whether $UUIDGEN supports the -r flag])
-AS_IF([$UUIDGEN -r >/dev/null 2>&1], [
-  AC_MSG_RESULT([yes])
-  UUIDGEN="$UUIDGEN -r"
-], [AC_MSG_RESULT([no])])
-
 AC_ARG_WITH([xvfb-tests],
   [AS_HELP_STRING([--with-xvfb-tests],
     [Run all tests under an XVFB server @<:@default=no@:>@])])


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