]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typo.
authorAkim Demaille <akim@epita.fr>
Mon, 27 Aug 2001 08:40:30 +0000 (08:40 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 27 Aug 2001 08:40:30 +0000 (08:40 +0000)
doc/autoconf.texi

index aedbd84fbe87f99417a9e521fe94661e98bb1e8d..038e8fdb0589221fceb326eec89abb8ac2c1e27c 100644 (file)
@@ -2764,7 +2764,7 @@ displaying the options of the package @code{foo}.  Rather, you should
 write:
 
 @example
-if test "$package_foo_enabled" = yes then;
+if test "$package_foo_enabled" = yes; then
   AC_CONFIG_SUBDIRS(foo)
 fi
 @end example