Bug 6453

Summary: Missing configure checks
Product: Toolkit Internals Reporter: Mattias Ellert <mattias.ellert@fysast.uu.se>
Component: globus_coreAssignee: Mike Link <mlink@mcs.anl.gov>
Status: NEW    
Severity: normal CC: bacon@mcs.anl.gov, blau@mcs.anl.gov
Priority: P3    
Version: 4.2.0   
Target Milestone: ---   
Hardware: NorduGrid   
OS: Linux   
URL: http://www.grid.tsl.uu.se/repos/globus/fedora/9/info/globus-core-func.patch

Description From 2008-10-13 06:36:27
The globus_config.h.in file has templates for the functions vsnprintf, snprintf
and strncasecmp, but these are not checked by configure. The linked patch adds
these checks.