summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-17 15:50:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-17 15:50:57 +0200
commit414fd05699275b379ea9815e004497e591276c20 (patch)
tree0c69946bafb7be5402f010e86773d5abc9606fca /configure.ac
parent70cb7757f971c4c16d1b0a5585d95816cd4382e6 (diff)
Make warning about missing nasm more prominent
Change-Id: I07fa8b67dc5cbad7f216fa4eafb29120767a39a8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ecfbab754ed4..588aa77afcbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7788,6 +7788,7 @@ consult https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/BUILDING.md
_EOS
fi
AC_MSG_WARN([no suitable nasm (Netwide Assembler) found])
+ add_warning "no suitable nasm (Netwide Assembler) found for internal jpeg-turbo"
fi
;;
esac