1 --- configure.ac.new 2010-08-16 07:39:51.000000000 +0300
2 +++ configure.ac 2008-03-24 17:27:24.000000000 +0200
7 -AC_CHECK_LIB([X11], [XOpenDisplay], HAVE_X11="yes", HAVE_X11="no")
8 -if test "x$HAVE_X11" = "xno" ; then
9 - AC_MSG_ERROR([libX11 is required])
11 +AC_CHECK_LIB([X11], [XOpenDisplay])
13 # Error out on compile warnings
14 dnl Add some useful warnings if we have gcc.