]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-jpeg.patch
- new (but NFY - saving work)
[packages/gdal.git] / gdal-jpeg.patch
CommitLineData
faf5649c
JB
1--- gdal-1.1.7/configure.in.orig Fri Apr 12 22:19:12 2002
2+++ gdal-1.1.7/configure.in Mon Jun 17 22:30:23 2002
3@@ -309,8 +309,10 @@
4 AC_MSG_CHECKING([for width_in_blocks in jpeglib.h])
5
6 rm -f conftest.c
7+ echo '#include <stdio.h>' >> conftest.c
8+ echo '#include <sys/types.h>' >> conftest.c
9 echo '#include "jpeglib.h"' >> conftest.c
10- echo 'int main() { jpeg_component_info *compptr=0; int i; i = comptr->width_in_blocks; }' >> conftest.c
11+ echo 'int main() { jpeg_component_info *compptr=0; int i; i = compptr->width_in_blocks; }' >> conftest.c
12 if test -z "`${CC} -o conftest conftest.c 2>&1`" ; then
13 AC_MSG_RESULT([yes])
14 else
This page took 0.027762 seconds and 4 git commands to generate.