diff --git a/src/configure.in b/src/configure.in index 04eca91e80f3a22d4ad0bc6240c2fe7734a9eca7..ace921086e2adcf7b96079013a2ec10bff405e9d 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])