commit f2d3b3c8c13619e84af3cb13140f7ce20fe52f23
Author: Jonathan Neuschäfer <j.n...@gm...>
Date: Thu Sep 27 21:06:21 2012 +0200
configure.ac: fix a minor typo
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 25a14d2..04949cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,7 +192,7 @@ AH_TEMPLATE([TMPMOUNTDIR], [Directory where HAL/udev will create a sub-directory
AC_DEFINE_UNQUOTED(TMPMOUNTDIR, "$with_temp_mount_dir", [Directory where HAL/udev will create a sub-directory to mount iPods])
dnl ***********************************************************************
-dnl * provide a $l{ibdir}/libgpod directory for external modules
+dnl * provide a ${libdir}/libgpod directory for external modules
dnl ***********************************************************************
AC_ARG_WITH(libgpod-blob-dir, [AC_HELP_STRING([--with-libgpod-blob-dir=PATH],
[Load libgpod binary blobs from this directory [LIBDIR/libgpod]])],
|