we want to search for libX11 not libX ( http://bugs.gentoo.org/93300 )

SVN revision: 14876
This commit is contained in:
Mike Frysinger 2005-05-20 21:44:38 +00:00
parent 0bcb0033ed
commit baab981ec3
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ AC_ARG_WITH(freetype-config, [ --with-freetype-config=FREETYPE_CONFIG use fr
freetype_cflags=`$FREETYPE_CONFIG --cflags`
freetype_libs=`$FREETYPE_CONFIG --libs`
AC_PATH_X([X], [X11/Xlib.h], [XOpenDisplay(NULL)])
AC_PATH_X([X11], [X11/Xlib.h], [XOpenDisplay(NULL)])
if test "x$have_x" = "xno"; then
# If --without-x was passed, this will be "disabled" instead of "no" --