add X status to the summary display

SVN revision: 34326
This commit is contained in:
Mike Frysinger 2008-04-20 12:19:22 +00:00
parent eb492b5ed1
commit be4cb4385d
1 changed files with 3 additions and 2 deletions

View File

@ -194,13 +194,13 @@ if test "x$have_x" = "xyes"; then
x_dir=${x_dir:-/usr/X11R6}
x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"
AM_CONDITIONAL(BUILD_X11, true)
AC_DEFINE(BUILD_X11, 1, [enabling X11 support])
else
x_cflags=""
x_libs=""
AM_CONDITIONAL(BUILD_X11, false)
have_x="no"
fi
AM_CONDITIONAL(BUILD_X11, test "x$have_x" = "xyes")
dlopen_libs=""
AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
@ -610,6 +610,7 @@ echo " GIF.....................: $gif_ok"
echo " ZLIB....................: $zlib_ok"
echo " BZIP2...................: $bz2_ok"
echo " ID3.....................: $id3_ok"
echo " X.......................: $have_x"
echo
echo
echo "Use X86 MMX for speed.....: $mmx"