Skip to content

Commit

Permalink
configure.ac: libtiff deoends on libjpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Aug 21, 2012
1 parent 9f8d4b3 commit bb7b67d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ AX_PKG(AMD, [], [-lamd], [], [], [], [], [UFCONFIG])
AX_PKG(COLAMD, [], [-lcolamd], [], [], [], [], [UFCONFIG])
AX_PKG(CHOLMOD, [AMD COLAMD LAPACK], [-lcholmod])
AX_PKG(Z, [], [-lz])
AX_PKG(TIFF, [Z], [-ltiff])
AX_PKG_ONE_OF(TIFF,
STANDALONE_TIFF, [AX_PKG(STANDALONE_TIFF, [Z], [-ltiff])],
TIFF_NEEDS_JPEG, [AX_PKG(TIFF_NEEDS_JPEG, [Z], [-ljpeg -ltiff])])

AX_PKG_ONE_OF(SUPERLU,
SUPERLU_STATIC, [AX_PKG(SUPERLU_STATIC, [LAPACK], [-lyou_should_override_me])],
Expand Down

0 comments on commit bb7b67d

Please sign in to comment.