diff options
author | Francisco Jerez <currojerez@riseup.net> | 2013-02-27 12:26:13 +0100 |
---|---|---|
committer | Francisco Jerez <currojerez@riseup.net> | 2013-02-27 12:27:13 +0100 |
commit | 4deefd9ba6eb9ed2f2279b03468df46fe54bcdeb (patch) | |
tree | 11404989c03ce01e50a42fa106b5758a77b3d1fa /configure.ac | |
parent | f987d23b28491bd7b0552bd9daffa53a8e073c71 (diff) |
configure.ac: Clarify the description of the --with-opencl-libdir parameter a little.
https://bugs.freedesktop.org/show_bug.cgi?id=61415
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3efef04aea..f78308e827 100644 --- a/configure.ac +++ b/configure.ac @@ -1747,7 +1747,7 @@ AC_SUBST([VDPAU_LIB_INSTALL_DIR]) dnl Directory for OpenCL libs AC_ARG_WITH([opencl-libdir], [AS_HELP_STRING([--with-opencl-libdir=DIR], - [directory for the OpenCL libraries @<:@default=${libdir}/opencl@:>@])], + [directory for auxiliary libraries used by the OpenCL implementation @<:@default=${libdir}/opencl@:>@])], [OPENCL_LIB_INSTALL_DIR="$withval"], [OPENCL_LIB_INSTALL_DIR='${libdir}/opencl']) AC_SUBST([OPENCL_LIB_INSTALL_DIR]) |