diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 19:36:20 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 19:36:20 +0000 |
commit | f5c3098b44cb8af9c5c57866a09b3adea6e13b51 (patch) | |
tree | 02bde515b8f1db6e55af9f22f30b1e834378344a | |
parent | 11fbb70a96ec38339e919bc0e56c97d6abc0acd2 (diff) | |
download | xine-lib-f5c3098b44cb8af9c5c57866a09b3adea6e13b51.tar.gz xine-lib-f5c3098b44cb8af9c5c57866a09b3adea6e13b51.tar.bz2 |
Add comments to shut autoheader up.
CVS patchset: 8005
CVS date: 2006/06/02 19:36:20
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ae21debd3..d766ac03c 100644 --- a/configure.ac +++ b/configure.ac @@ -450,9 +450,9 @@ dnl Locate libraries needed for X health check dnl --------------------------------------------- x_lib_location="`ls "$x_libraries/libX11.so"* | sed -e '/[0-9]$/! d; s%^.*/%%; t q; b; :q q'`" -AC_DEFINE([LIBX11_SO], [${x_lib_location:-libX11.so}]) +AC_DEFINE([LIBX11_SO], [${x_lib_location:-libX11.so}], [Filename of libX11, for use in dlopen() by the health check code]) x_lib_location="`ls "$x_libraries/libXv.so"* | sed -e '/[0-9]$/! d; s%^.*/%%; t q; b; :q q'`" -AC_DEFINE([LIBXV_SO], [${x_lib_location:-libXv.so}]) +AC_DEFINE([LIBXV_SO], [${x_lib_location:-libXv.so}], [Filename of libXv, for use in dlopen() by the health check code]) dnl --------------------------------------------- |