diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-08 11:08:16 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-08 11:08:16 +0200 |
commit | 7b061de2d0601a33f7246c4b909f30ddc44d7ab6 (patch) | |
tree | 6b6378f2b4a2499b274ca1fd8c154554635e8156 /configure.ac | |
parent | 679327ab991edd0a13a0cff335ea5c9c8a7ef705 (diff) |
Compiling.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1851c073a4..64d8b213ef 100644 --- a/configure.ac +++ b/configure.ac @@ -316,6 +316,9 @@ AS_IF([test "x$enable_dbus" != "xno"], [ AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"]) # ------------------------------------------------------------------------------ +PKG_CHECK_MODULES(UDEV, [libudev]) + +# ------------------------------------------------------------------------------ have_compat_libs=no AC_ARG_ENABLE([compat_libs], AS_HELP_STRING([--enable-compat-libs],[Enable creation of compatibility libraries]), [case "${enableval}" in |