diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-02-24 15:11:17 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-02-24 15:11:17 +0100 |
commit | 3d3a0a709a38805259fe07240c3ca47a120dd5d6 (patch) | |
tree | 3f31488e3123c532cce1dd212be265854c1c1744 /configure.ac | |
parent | d5d04d4f9f75b5c5318bf2aa3bc10719d9a2e3bc (diff) |
use the event udev_device to disable the watch on "remove"
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3663ee809f..f23c377df0 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix= dnl /* libudev version */ LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=8 +LIBUDEV_LT_REVISION=9 LIBUDEV_LT_AGE=0 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) |