From f5c3098b44cb8af9c5c57866a09b3adea6e13b51 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 2 Jun 2006 19:36:20 +0000 Subject: Add comments to shut autoheader up. CVS patchset: 8005 CVS date: 2006/06/02 19:36:20 --- configure.ac | 4 ++-- 1 file 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 --------------------------------------------- -- cgit v1.2.3