Opened 17 years ago

Closed 17 years ago

#1827 closed defect (fixed)

configure check for expat inserts wrong EXPAT_INCLUDE into GDALmake.opt

Reported by: kyngchaos Owned by: warmerdam
Priority: normal Milestone: 1.5.0
Component: ConfigBuild Version: svn-trunk
Severity: normal Keywords: kml expat
Cc: Mateusz Łoskot

Description

Configure correctly determines the expat headers path, but inserts the wrong path into GDALmake.opt. Configure.in line 1547 has:

AC_SUBST([EXPAT_INCLUDE], $EXTRA_INCLUDES)

it should probably be:

AC_SUBST([EXPAT_INCLUDE], $EXPAT_INCLUDE)

Change History (3)

comment:1 by warmerdam, 17 years ago

Cc: Mateusz Łoskot added
Component: defaultConfigBuild
Keywords: kml expat added
Resolution: fixed
Status: newclosed

William,

I believe you are corrected, and I have patched configure accordingly.

Mateusz, can you just verify the change?

comment:2 by Mateusz Łoskot, 17 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Mateusz Łoskot, 17 years ago

Resolution: fixed
Status: reopenedclosed

Frank,

Thanks for fixing this issue. I tested the nighly package gdal-svn-trunk-2007.09.17.tar.gz and I confirm it works well now.

Note: See TracTickets for help on using tickets.