Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145009 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 7-13 Link Here
7
AC_PROG_CC
7
AC_PROG_CC
8
8
9
AC_MSG_CHECKING([for udev version])
9
AC_MSG_CHECKING([for udev version])
10
udev_ver=`udevinfo -V | awk '{ print $3 }'`
10
udev_ver=`udevadm --version`
11
if test -n "$udev_ver"; then
11
if test -n "$udev_ver"; then
12
  AC_MSG_RESULT([$udev_ver])
12
  AC_MSG_RESULT([$udev_ver])
13
else
13
else

Return to bug 145009