From 44eea99daba6c045219cea161b7838a9c71f28b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 8 Apr 1998 16:51:13 +0200 Subject: [PATCH] Fixed a minor typo. Rev: src/configure.in:1.174 --- src/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure.in b/src/configure.in index 04eca91e80..ace921086e 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.173 1998/04/04 16:07:50 grubba Exp $") +AC_REVISION("$Id: configure.in,v 1.174 1998/04/08 14:51:13 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -85,7 +85,7 @@ export REALCC SMARTLINK AC_ARG_WITH(dynamic_modules, [ --without-dynamic-modules link modules statically],[],[with_dynamic_modules=yes]) -AC_ARG_WITH(include-path,[ --with-include-path A list of paths to search for inculude files.]) +AC_ARG_WITH(include-path,[ --with-include-path A list of paths to search for include files.]) AC_ARG_WITH(lib-path, [ --with-lib-path A list of paths to search for libraries.]) AC_ARG_WITH(gdbm, [ --without-gdbm no GNU database manager support ]) AC_ARG_WITH(gmp, [ --without-gmp no Support bignums]) -- GitLab