summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-19 09:19:26 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-19 09:22:51 +0100
commit28eaee81ac06866435351d87846868732d5afeb6 (patch)
treecbc1321123055205a2b6c2c164bf5c77116a8f31 /configure.in
parent9339da8659d0807bb8306a670facacc55821aca0 (diff)
mingw: check for jpeg dll
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 68a0e3b9b952..055e0610a3e1 100644
--- a/configure.in
+++ b/configure.in
@@ -5765,12 +5765,14 @@ if test "$with_system_jpeg" = "yes"; then
[AC_MSG_ERROR(jpeg.h not found. install libjpeg)], [])
AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ],
[AC_MSG_CHECKING(jpeg library not found or fuctional)], [])
+ libo_MINGW_CHECK_DLL([JPEG], [libjpeg])
else
AC_MSG_RESULT([internal])
SYSTEM_JPEG=NO
BUILD_TYPE="$BUILD_TYPE JPEG"
fi
AC_SUBST(SYSTEM_JPEG)
+AC_SUBST([MINGW_JPEG_DLL])
dnl ===================================================================
dnl Check for system clucene