summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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])