summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 4985200b28..8af0aab3dc 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'