summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2015-03-29 15:16:39 +0200
committerMarcus Meissner <marcus@jet.franken.de>2015-03-29 15:16:39 +0200
commitb0c0b0d54234f544a0be03774dd428c043aca0fc (patch)
treee1a9472fe8b7bc091320d90439481d61fdcb7015 /configure.ac
parent8a7833247280062388fe4256a68c4530a583fe57 (diff)
downloadlibmtp-b0c0b0d54234f544a0be03774dd428c043aca0fc.tar.gz
also adjust the comment to use /usr
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 6c80884..d35b77d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AM_ICONV
UDEV=/usr/lib/udev
AC_ARG_WITH(udev,
AC_HELP_STRING([--with-udev=DIR],
- [directory where udev is installed [default=/lib/udev]]),
+ [directory where udev is installed [default=/usr/lib/udev]]),
[UDEV="${withval}"], [])
AC_SUBST(UDEV)