aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall/configure.ac')
-rw-r--r--heimdall/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/heimdall/configure.ac b/heimdall/configure.ac
index 7bda280..712731a 100644
--- a/heimdall/configure.ac
+++ b/heimdall/configure.ac
@@ -1,6 +1,7 @@
AC_INIT([Heimdall], [0.1], [bug-report@glassechidna.com.au], [heimdall], [http://www.glassechidna.com.au/])
AC_PREREQ([2.59])
PKG_CHECK_MODULES([DEPS], [libusb-1.0 >= 1.0.8])
+AC_PROGRAM_CHECK(udevadminstalled, udevadm)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])
AC_CONFIG_MACRO_DIR([m4])
@@ -38,6 +39,7 @@ case $target in
esac
AM_CONDITIONAL([LINUXTARGET], [test x$linuxtarget = xtrue])
+AM_CONDITIONAL([UDEVADM], [test x$udevadmninstalled = xtrue])
AC_C_BIGENDIAN