summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4b5fc7..3ed41ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_CHECK_LIB([udev], [udev_new],
PKG_CHECK_EXISTS(libudev >= 218, [old_udev=no], [old_udev=yes])
if test "$old_udev" = "yes" ; then
- AC_DEFINE(UDEV_LOGGING, 1, [Support old udev logging interface])],
+ AC_DEFINE(UDEV_LOGGING, 1, [Support old udev logging interface])
fi
AC_CHECK_LIB([devmapper], [dm_task_create],
OpenPOWER on IntegriCloud