petit bug dans configure

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3319 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2000-10-27 16:17:56 +00:00
parent bf5cdff645
commit 24b5b0add9
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@ The "configure" script accepts the following options:
-libs <extra libraries> (default: none)
Extra libraries to link with the system
-nocurses
Do not link the curses library.
-no-curses
Do not use the curses library.
-host <hosttype> (default: determined automatically)
The type of the host machine, in GNU's "configuration name"

2
configure vendored
View File

@ -55,7 +55,7 @@ while : ; do
cc="$2"; shift;;
-lib*)
cclibs="$2 $cclibs"; shift;;
-nocurses) withcurses=no; shift;;
-no-curses) withcurses=no;;
-x11include*|--x11include*)
x11_include_dir=$2; shift;;
-x11lib*|--x11lib*)