diff --git a/setup.py b/setup.py index 50f97d1cbf419f68d101aa7917a092e8df437160..31da3ce9c882b0704a9fcd5f4bad2b6c97e9700a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ class prepare_tinydtls(build_ext): commands = [ ["sh", "-c", "autoconf"], ["sh", "-c", "autoheader"], - ["sh", "-c", "./configure", "--without-ecc"], + ["sh", "-c", "./configure --without-ecc"], ] if not os.path.exists(os.path.join(os.path.dirname(__file__), 'DTLSSocket','tinydtls','dtls.c')): run_command(["git", "submodule", "update", "--init"])