From 2fc2083b26a0f46f0bcc3cca3f93c7db66ebcd7b Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Thu, 28 Jun 2001 16:01:57 +0000 Subject: [PATCH] Fix a typo in a comment. Original commit message from CVS: Fix a typo in a comment. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 34ca272948..b4afe59e81 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -310,7 +310,7 @@ dnl dnl The macro will set USE_< to "yes" or "no" depending on dnl whether the feature is to be used. dnl -dnl The macro will call AM_CONDTIONAL(USE_<, ...) to allow +dnl The macro will call AM_CONDITIONAL(USE_<, ...) to allow dnl the feature to control what is built in Makefile.ams. If you want dnl additional actions resulting from the test, you can add them with the dnl ACTION-IF-USE and ACTION-IF-NOTUSE parameters.