diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-03-04 13:45:19 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:05 +0200 |
commit | 66a421905507c34e7e5774e8277b00ff3ce621a8 (patch) | |
tree | e1253fd5ea0ef0a172d65656b3b9185f20a667ca /tests/configfrag.ac | |
parent | 4faaa2fed9a8c8f0863872d018407fa9b6c86271 (diff) | |
download | gnumach-66a421905507c34e7e5774e8277b00ff3ce621a8.tar.gz gnumach-66a421905507c34e7e5774e8277b00ff3ce621a8.tar.bz2 gnumach-66a421905507c34e7e5774e8277b00ff3ce621a8.zip |
2007-03-04 Thomas Schwinge <tschwinge@gnu.org>
* tests/configfrag.ac (MBCHK): Remove check.
* tests/test-mbchk.in: Fail correctly if `mbchk' is not available.
Diffstat (limited to 'tests/configfrag.ac')
-rw-r--r-- | tests/configfrag.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/configfrag.ac b/tests/configfrag.ac index bb0310c1..1c00fbb2 100644 --- a/tests/configfrag.ac +++ b/tests/configfrag.ac @@ -17,12 +17,6 @@ dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Programs. -# - -AC_CHECK_PROG([MBCHK], [mbchk], [mbchk], [:]) - -# # Tests. # |