This commit is contained in:
Akim Demaille 2003-05-14 07:54:49 +00:00
parent 7d666fb9b8
commit cfd3199b2b

View File

@ -4316,7 +4316,7 @@ Using XFree86, this header requires @file{X11/Xlib.h}, which is probably
so required that you might not even consider looking for it.
@example
AC_CHECK_HEADERS([X11/extensions/scrnsaver.h>], [], [],
AC_CHECK_HEADERS([X11/extensions/scrnsaver.h], [], [],
[[#include <X11/Xlib.h>
]])
@end example