use explicit path to openssl. Reported by Dave Del Debbio. Thanks.

This commit is contained in:
matthieu 2008-03-07 07:48:10 +00:00
parent bb0842f01c
commit 6da4224300
2 changed files with 2 additions and 2 deletions

2
app/xinit/configure vendored
View File

@ -4779,7 +4779,7 @@ test -n "$MCOOKIE" || MCOOKIE="$MCOOKIE"
case $host_os in
*openbsd*)
MCOOKIE='openssl rand -hex 16'
MCOOKIE='/usr/sbin/openssl rand -hex 16'
;;
esac

View File

@ -120,7 +120,7 @@ AC_PATH_PROGS(MCOOKIE, [mcookie], [$MCOOKIE],
case $host_os in
*openbsd*)
MCOOKIE='openssl rand -hex 16'
MCOOKIE='/usr/sbin/openssl rand -hex 16'
;;
esac