]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typo.
authorAkim Demaille <akim@epita.fr>
Wed, 14 May 2003 07:54:49 +0000 (07:54 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 14 May 2003 07:54:49 +0000 (07:54 +0000)
doc/autoconf.texi

index 222acb1a954818e6cfecbcdf343495ad56ca87a4..9a6520c9337d07587c0424cdf4a489241812a0f4 100644 (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