[PATCH xdm 1/2] Beautify random-device AC_ARG_WITH.

Matěj Cepl matej at ceplovi.cz
Mon Aug 22 08:57:07 PDT 2011


> This line of code has nothing to do with USER_LOGIN event.
> Should be a separate patch.

Like this one?

Signed-off-by: Matěj Cepl <mcepl at redhat.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0c79999..4028a83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,7 +171,7 @@ AC_SUBST(SU)
 
 # Define a configure option to locate a special file (/dev/random or /dev/urandom)
 # that serves as a random or a pseudorandom number generator
-AC_ARG_WITH(random-device, AS_HELP_STRING([--with-random-device\[=<pathname>\]],
+AC_ARG_WITH(random-device, AS_HELP_STRING([--with-random-device=<pathname>],
 	[Use <pathname> as a source of randomness (default is auto-detected)]),
 	[USE_DEVICE="$withval"], [USE_DEVICE="auto"])
 if test x$USE_DEVICE != xno ; then
-- 
1.7.6



More information about the xorg-devel mailing list