aboutsummaryrefslogtreecommitdiff
path: root/obj/build_make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'obj/build_make.sh')
-rwxr-xr-xobj/build_make.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/obj/build_make.sh b/obj/build_make.sh
index 89c23974..a030ed71 100755
--- a/obj/build_make.sh
+++ b/obj/build_make.sh
@@ -63,7 +63,7 @@ function clean_build_dir() {
function usage () {
echo "Usage: `basename $0` [--prefix /install_prefix|--build [debug|final]|--clean|--verbose|--libsuffix (32|64)|--help|--clang|--cmakedir /directory|--make
-(gmake|make)|--ccompiler (gcc|cc)|--withstaticlib|--unittesting|--clientunittesting|--withssh1|--withserver]"
+(gmake|make)|--ccompiler (gcc|cc)|--withstaticlib|--unittesting|--clientunittesting|--withserver]"
cleanup_and_exit
}
@@ -142,9 +142,6 @@ while test -n "$1"; do
*-clientunittesting)
OPTIONS="${OPTIONS} -DCLIENT_TESTING=ON"
;;
- *-withssh1)
- OPTIONS="${OPTIONS} -DWITH_SSH1=ON"
- ;;
*-withserver)
OPTIONS="${OPTIONS} -DWITH_SERVER=ON"
;;