summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-04 05:41:20 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-06-04 05:41:20 -0400
commit1cc8667cd93d764db6689820825eb78746060384 (patch)
treed0202f12c48912134b2cf4aaffbc8b0a81d12a1a /configure.ac
parent813ad77ebb13d38539f0a64f6ad8cfa5ff47fcba (diff)
Remove libudev-legacy
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 17ab7c4a03..5faf1ed6bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,12 +236,6 @@ fi
AM_CONDITIONAL([ENABLE_KEYMAP], [test "x$enable_keymap" = "xyes"])
# ------------------------------------------------------------------------------
-AC_ARG_ENABLE([legacylib],
- AS_HELP_STRING([--enable-legacylib], [enable building of libudev.so.0 for legacy support @<:@default=disabled@:>@]),
- [], [enable_legacylib=no])
-AM_CONDITIONAL([ENABLE_LEGACYLIB], [test "x$enable_legacylib" = "xyes"])
-
-# ------------------------------------------------------------------------------
GTK_DOC_CHECK([1.18],[--flavour no-tmpl])
AM_CONDITIONAL([ENABLE_GTK_DOC],[test "x$enable_gtk_doc" = "xyes"])
@@ -341,7 +335,6 @@ AC_CONFIG_FILES([Makefile
src/keymap/keyboard-force-release.sh
src/libudev/Makefile
src/libudev/libudev.pc
- src/libudev-legacy/Makefile
src/udev/Makefile
src/udev/udev.pc
test/Makefile])