Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#3247 closed defect (fixed)

configure should check for FTGL.h in addition to ftgl.h

Reported by: xander Owned by: aboudreault
Priority: low Milestone: 6.0 release
Component: Build Problems Version: svn-trunk (development)
Severity: normal Keywords:
Cc: tbonfort, dmorissette

Description

During configuration, if "--with-ftgl" is selected, the file "ftgl.h" is checked. However, typical installation of FTGL creates "FTGL.h". Either the check needs to be case insensitive or a second check should be made.

Same problem on 5.6, development trunk.

Change History (3)

comment:1 by dmorissette, 14 years ago

Cc: tbonfort dmorissette added
Milestone: 6.0 release
Owner: changed from dmorissette to aboudreault

Can you please take care of this (in trunk) Alan?

I don't think it's worth backporting to 5.6 since OpenGL support is not officially part of that release.

comment:2 by aboudreault, 14 years ago

Resolution: fixed
Status: newclosed

Fixed and committed in r9669.

comment:3 by aboudreault, 14 years ago

For the record, the file "FTGL.h" is only in ftgl version 2.1.2. Since 2.1.3, they use the proper file name "ftgl.h". The support have been added for those who still use 2.1.2.

Note: See TracTickets for help on using tickets.