diff --git a/configure b/configure index 1d91f216e52a0c..9d15e3cc0a866d 100755 --- a/configure +++ b/configure @@ -954,4 +954,8 @@ else: gyp_args += args +#print warning when snapshot is enabled and building on armv6 +if (is_arch_armv6()) and (not options.without_snapshot): + print '\033[1;33mWarning!! When building on ARMv6 use --without-snapshot\033[1;m' + sys.exit(subprocess.call(gyp_args))