From 6233ed2cc45e703d8cd804f90b30bb1603bdb1b2 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 13 Oct 2009 17:41:51 +0000 Subject: [PATCH] fix configure output SVN revision: 43059 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1454e6a..6f1bade 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,8 @@ AC_ARG_ENABLE(simple-x11, ) # Software X11 +have_software_xlib="no" +have_software_xcb="no" EXPEDITE_CHECK_ENGINE([software-x11], [Software X11], "yes") if test "x${have_software_x11}" = "xyes" ; then @@ -245,7 +247,7 @@ echo echo " $PACKAGE $VERSION" echo echo " Engines:" -echo " Software X11.................: ${have_software_xlib} (Xlib: ${have_software_xlib}) (XCB: ${have_software_xcb})" +echo " Software X11.................: ${have_software_x11} (Xlib: ${have_software_xlib}) (XCB: ${have_software_xcb})" echo " X Render X11.................: ${have_xrender_x11}" echo " Open GL X11..................: ${have_opengl_x11}" echo " X Render XCB.................: ${have_xrender_xcb}"