oops, forgot to enable jpg

This commit is contained in:
John Cupitt 2018-02-22 16:34:01 +00:00
parent a9b4aeb13a
commit 2349dcf110
1 changed files with 2 additions and 1 deletions

View File

@ -1040,7 +1040,8 @@ AC_ARG_WITH([jpeg],
if test x"$with_jpeg" != x"no"; then
PKG_CHECK_MODULES(JPEG, libjpeg,
[with_jpeg="yes (pkg-config)"
[AC_DEFINE(HAVE_JPEG,1,[define if you have libjpeg installed.])
with_jpeg="yes (pkg-config)"
PACKAGES_USED="$PACKAGES_USED libjpeg"
],
[FIND_JPEG(