From 9cfe64a12200dd8ec4d7cc522482383acde9f5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 20 Jan 2016 14:47:15 +0100 Subject: [build] replace jpeg library with libjpeg-turbo --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3a4a62a1e8..e654ed0deb 100755 --- a/configure +++ b/configure @@ -32,7 +32,7 @@ function print_flags { if [ "$(type -t print_${NAME}_flags)" = 'function' ]; then print_${NAME}_flags else - local VERSION=`echo "${NAME}_VERSION" | tr "[:lower:]" "[:upper:]"` + local VERSION=`echo "${NAME}_VERSION" | tr "[:lower:]-" "[:upper:]_"` if [ ! -z ${!VERSION:-} ] ; then mason install ${NAME} ${!VERSION} for FLAGS in "$@" ; do @@ -94,7 +94,7 @@ print_flags openssl static_libs cflags ldflags print_flags libcurl static_libs cflags ldflags print_flags glfw static_libs cflags ldflags print_flags libpng static_libs cflags ldflags -print_flags jpeg static_libs cflags ldflags +print_flags libjpeg-turbo static_libs cflags ldflags print_flags sqlite static_libs cflags ldflags print_flags libuv static_libs cflags ldflags print_flags zlib static_libs cflags ldflags -- cgit v1.2.1