Stefan Knoblich 400e6b6447 spandsp: Fix libjpeg checks for --enable-builtin-tiff builds.
The --enable-builtin-tiff option appends libs/tiff-3.8.2/libtiff/libtiff.la
to LIBS, causing the AC_CHECK_LIB([jpeg]...) check to fail, because
libtiff.la does not exist at configure time.

Temporarily store tiff and jpeg libs in TIFF_-/JPEG_LIBS variables and
append them to LIBS after all library checks have run.

Example error output:
    configure:20049: checking for jpeg_start_compress in -ljpeg
    configure:20074: cc -o conftest -O2 -pipe -fno-strict-aliasing    -L/usr/local/lib conftest.c -ljpeg  -lm  /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la >&5
    cc: /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la: No such file or directory

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-11 14:29:57 -04:00
..
2012-06-24 08:15:16 +00:00
2012-01-12 14:17:23 -06:00
2012-07-15 21:52:02 -05:00
2012-01-11 20:14:17 -05:00
2011-02-03 23:46:19 -06:00
2012-05-12 18:53:00 +00:00
2012-04-04 16:18:53 -05:00
2012-07-14 20:23:13 -05:00
2012-09-11 14:29:56 -04:00
2012-06-25 08:51:49 +00:00
2011-12-16 07:35:05 -05:00
2011-12-15 21:23:19 -05:00
2012-07-18 21:48:53 -05:00
2010-08-19 10:38:54 -05:00
2012-06-24 08:34:52 +00:00
2012-05-25 07:54:11 -05:00
2010-03-30 14:25:13 -04:00
2011-12-15 16:55:10 -05:00
2010-02-23 22:56:54 +00:00
2012-08-14 00:26:29 -05:00