summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-11-11 15:15:34 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2015-11-11 15:15:50 +0100
commitb8779e706e1019a8e8212d81bde0cc7e42be5426 (patch)
tree99414a00caf6e61f4013ae6b7d44b6e9c0ab2ec3 /aclocal.m4
parentf82e0210b7cb9f3926ef5051ca34a4ad383ba271 (diff)
downloadlvm2-b8779e706e1019a8e8212d81bde0cc7e42be5426.tar.gz
configure: check for udev_device_get_is_initialized is available
The udev_device_get_is_initialized is available since libudev version 165. Older versions are still used somewhere (e.g. RHEL6). So better check for this fn and use it only if it's available.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 67b2d59a0..05e0ad530 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -15,7 +15,7 @@ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
# serial 1 (pkg-config-0.24)
#
-# Copyright (c) 2004 Scott James Remnant <scott@netsplit.com>.
+# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by