summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ede7820..81de29ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ if test "x$enable_udev" != "xno"; then
if test "x$msg_udev" = "xyes"; then
PKG_CHECK_MODULES([UDEV], [libudev])
- AC_DEFINE([HAVE_LIBUDEV], 1, [Define to 1 if libudev availible])
+ AC_DEFINE([HAVE_LIBUDEV], 1, [Define to 1 if libudev is available])
fi
fi