diff options
author | Richard Yao <ryao@gentoo.org> | 2012-12-02 16:48:50 -0500 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-12-02 16:55:22 -0500 |
commit | bfbd4ee14e2f7c2f7521472deb0d107606b2250f (patch) | |
tree | 97b465fe25229f7e6666727040a2e3a1372fd1ae /configure.ac | |
parent | 6d5b7d8deef37f8049c88dbbe8a36e362a9172ad (diff) |
Use udev version instead of eudev version for compatibility
The use of the eudev version in pkgconfig files caused build failures,
so we switch to the udev version for compatibility purposes.
Resolves gentoo/eudev#22
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b85f7b3c83..cf30b1bd78 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_PREREQ([2.68]) AC_INIT([eudev],[0.1],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 195) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |