aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-08 16:29:50 +0200
committerAndreas Schneider <asn@cynapses.org>2010-09-08 16:29:50 +0200
commitf9b0dca7bdf56ffe0d2bcdd1588ba859be998709 (patch)
treec4cbf18360228cef94010ba3192160c8ecd27875 /build
parent03087e020cd59712e0199897b60a9c1a6d25859a (diff)
downloadlibssh-f9b0dca7bdf56ffe0d2bcdd1588ba859be998709.tar.gz
libssh-f9b0dca7bdf56ffe0d2bcdd1588ba859be998709.tar.xz
libssh-f9b0dca7bdf56ffe0d2bcdd1588ba859be998709.zip
build: Fixed options parsing.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/build_make.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/build_make.sh b/build/build_make.sh
index 268a03b8..dd458aea 100755
--- a/build/build_make.sh
+++ b/build/build_make.sh
@@ -132,23 +132,18 @@ while test -n "$1"; do
;;
*-withstaticlib)
OPTIONS="${OPTIONS} -DWITH_STATIC_LIB=ON"
- shift
;;
*-unittesting)
OPTIONS="${OPTIONS} -DWITH_TESTING=ON"
- shift
;;
*-clientunittesting)
OPTIONS="${OPTIONS} -DWITH_CLIENT_TESTING=ON"
- shift
;;
*-withssh1)
OPTIONS="${OPTIONS} -DWITH_SSH1=ON"
- shift
;;
*-withserver)
OPTIONS="${OPTIONS} -DWITH_SERVER=ON"
- shift
;;
----noarg)
echo "$ARG does not take an argument"