From 7097268ac5722c4b92545419f59ba1cfb4859ab9 Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 28 Oct 2006 19:46:55 +0000 Subject: [PATCH] fixed help --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b81d3af3..4c9cf1e7 100755 --- a/configure +++ b/configure @@ -194,7 +194,7 @@ echo " --bindir=DIR user executables in DIR [EPREFIX/bin]" echo " --libdir=DIR object code libraries in DIR [EPREFIX/lib]" echo " --includedir=DIR C header files in DIR [PREFIX/include]" echo " --mandir=DIR man documentation in DIR [PREFIX/man]" -echo " --build-cross build cross compilers" +echo " --enable-cross build cross compilers" echo "" echo "Advanced options (experts only):" echo " --source-path=PATH path of source code [$source_path]"