diff --git a/configure.py b/configure.py index 4985200b284..8af0aab3dc3 100755 --- a/configure.py +++ b/configure.py @@ -722,7 +722,7 @@ def get_nasm_version(asm): stdout=subprocess.PIPE) except OSError: warn('''No acceptable ASM compiler found! - Please make sure you have installed NASM from http://www.nasm.us + Please make sure you have installed NASM from https://www.nasm.us and refer BUILDING.md.''') return '0'