summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-11 23:06:44 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-11 23:06:44 +0200
commitc1039c94fbae193aad149339124e8e62f0233eaa (patch)
tree26fe53f8a385c34d158ec35ba438e0539a753e0b /configure.ac
parentc904f97e2d77bac298130de55621fa2498b5aa51 (diff)
udev: drop definition of LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
We depend on udev 143 anyway, where this definition is not necessary anymore.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3b91bc06..a38d8a15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1116,8 +1116,6 @@ AC_SUBST(UDEV_LIBS)
AC_SUBST(HAVE_UDEV)
AM_CONDITIONAL([HAVE_UDEV], [test "x$HAVE_UDEV" = x1])
-AC_DEFINE([LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE], 1, [I know the API is subject to change.])
-
#### HAL compat support (optional) ####
AC_ARG_ENABLE([hal-compat],