From: Akim Demaille Date: Wed, 14 May 2003 07:54:49 +0000 (+0000) Subject: Typo. X-Git-Tag: AUTOCONF-2.57a~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd3199b2bbf27bfc5320ded378c6df90f50d4ca;p=thirdparty%2Fautoconf.git Typo. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 222acb1a9..9a6520c93 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 ]]) @end example