summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-10-27 22:55:08 +0100
committerLennart Poettering <lennart@poettering.net>2009-10-27 22:55:08 +0100
commitc6a110c74d3a0ed21e33afc22fb3270a5bc809eb (patch)
tree31ad4eb24b5f789e990aed8287b76d3361319bf0
parenteb6d2d8737a72bb8466293a7649fea03f45c69d5 (diff)
Drop LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE check that is not part of modern libudev anymore
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a7209f2..3573326 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,8 +115,7 @@ AC_TYPE_UID_T
AC_SYS_LARGEFILE
-PKG_CHECK_MODULES([LIBUDEV], [libudev])
-AC_DEFINE([LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE], 1, [I know the API is subject to change.])
+PKG_CHECK_MODULES([LIBUDEV], [libudev >= 143])
###################################
# Output #