mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
(Pretty Help Strings): Fix typo
in my editing of the previous patch.
This commit is contained in:
parent
2749e0cd5b
commit
08626d82b1
@ -13077,7 +13077,10 @@ AC_DEFUN([MY_ARG_WITH],
|
||||
[AC_ARG_WITH([$1],
|
||||
[AS_HELP_STRING([--with-$1], [use $1 (default is $2)])],
|
||||
[ac_cv_use_$1=$withval],
|
||||
[ac_cv_use_$1=no])])
|
||||
[ac_cv_use_$1=no])
|
||||
AC_CACHE_CHECK([whether to use $1],
|
||||
[ac_cv_use_$1],
|
||||
[ac_cv_use_$1=$2])])
|
||||
@end example
|
||||
@end defmac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user