| 23207 | | MRSID_INCLUDE="-I$with_mrsid/include/base -I$with_mrsid/include/metadata -I$with_mrsid/include/mrsid_readers -I$with_mrsid/include/j2k_readers -I$with_mrsid/include/support" |
|---|
| | 23210 | MRSID_INCLUDE="-I$MRSID_BASE/base -I$MRSID_BASE/metadata -I$MRSID_BASE/mrsid_readers -I$MRSID_BASE/j2k_readers -I$MRSID_BASE/support" |
|---|
| | 23211 | |
|---|
| | 23212 | else |
|---|
| | 23213 | |
|---|
| | 23214 | { echo "$as_me:$LINENO: result: not found." >&5 |
|---|
| | 23215 | echo "${ECHO_T}not found." >&6; } |
|---|
| | 23216 | |
|---|
| | 23217 | { echo "$as_me:$LINENO: checking for lt_base.h in $MRSID_BASE" >&5 |
|---|
| | 23218 | echo $ECHO_N "checking for lt_base.h in $MRSID_BASE... $ECHO_C" >&6; } |
|---|
| | 23219 | if test -r "$MRSID_BASE/lt_base.h" ; then |
|---|
| | 23220 | |
|---|
| | 23221 | { echo "$as_me:$LINENO: result: found MrSID DSDK version 7.x or newer." >&5 |
|---|
| | 23222 | echo "${ECHO_T}found MrSID DSDK version 7.x or newer." >&6; }; |
|---|
| | 23223 | HAVE_MRSID=yes |
|---|
| | 23224 | MRSID_INCLUDE="-I$MRSID_BASE" |
|---|
| | 23225 | |
|---|
| | 23226 | fi |
|---|
| | 23227 | |
|---|
| | 23228 | fi |
|---|
| | 23229 | |
|---|
| | 23230 | if test $HAVE_MRSID = yes ; then |
|---|
| | 23231 | |
|---|
| 23235 | | if test "x$with_jp2mrsid" = "x" -a "$HAVE_KAKADU" = "no" \ |
|---|
| 23236 | | -a -r $with_mrsid/3rd-party/lib/Release/libltikdu.a ; then |
|---|
| 23237 | | with_jp2mrsid=yes |
|---|
| 23238 | | fi |
|---|
| 23239 | | if test "x$with_jp2mrsid" = "xyes" \ |
|---|
| 23240 | | -a ! -r $with_mrsid/3rd-party/lib/Release/libltikdu.a ; then |
|---|
| 23241 | | { { echo "$as_me:$LINENO: error: MrSID JPEG2000 support requested, but libltikdu.a not found." >&5 |
|---|
| | 23259 | MRSID_KAKADU_LIB=no |
|---|
| | 23260 | if test "$HAVE_KAKADU" = "no" ; then |
|---|
| | 23261 | if test x"$with_jp2mrsid" = x"" -o x"$with_jp2mrsid" = x"yes" ; then |
|---|
| | 23262 | if test -r $with_mrsid/3rd-party/lib/Release/libltikdu.a ; then |
|---|
| | 23263 | with_jp2mrsid=yes |
|---|
| | 23264 | MRSID_KAKADU_LIB=-lltikdu |
|---|
| | 23265 | elif test -r $with_mrsid/3rd-party/lib/Release/liblt_kakadu.a ; then |
|---|
| | 23266 | with_jp2mrsid=yes |
|---|
| | 23267 | MRSID_KAKADU_LIB=-llt_kakadu |
|---|
| | 23268 | else |
|---|
| | 23269 | { { echo "$as_me:$LINENO: error: MrSID JPEG2000 support requested, but libltikdu.a not found." >&5 |
|---|