aboutsummaryrefslogtreecommitdiff
path: root/obj/build_make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'obj/build_make.sh')
-rwxr-xr-xobj/build_make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj/build_make.sh b/obj/build_make.sh
index 359fc521..89c23974 100755
--- a/obj/build_make.sh
+++ b/obj/build_make.sh
@@ -140,7 +140,7 @@ while test -n "$1"; do
OPTIONS="${OPTIONS} -DUNIT_TESTING=ON"
;;
*-clientunittesting)
- OPTIONS="${OPTIONS} -DWITH_CLIENT_TESTING=ON"
+ OPTIONS="${OPTIONS} -DCLIENT_TESTING=ON"
;;
*-withssh1)
OPTIONS="${OPTIONS} -DWITH_SSH1=ON"