opps, it's enable_tjpeg, not enable_tpeg

This commit is contained in:
Jay Sorg 2014-03-24 12:19:38 -07:00
parent e270ccbde7
commit 8870c6b1fc
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ then
fi
# checking for TurboJPEG
if ! test -z "$enable_tpeg"
if ! test -z "$enable_tjpeg"
then
if test ! -z "$TURBOJPEG_PATH"
then