Changeset 4915

Show
Ignore:
Timestamp:
05/04/08 15:56:27 (7 months ago)
Author:
muggenhor
Message:

Don't check for strlcpy and strlcat in the configure script as simply #defining _XOPEN_SOURCE (what config.h does) is enough to prevent declarations of these functions from being included (thus the #inclusion of "frame.h" in strlfuncs.h should be enough (this should fix bug #11609)

Location:
trunk
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r4883 r4915  
    287287    WIN32_LIBS="${WIN32_LIBS} ${BFD_LIBS} ${IBERTY_LIBS} -lstdc++" 
    288288fi 
    289  
    290 # 
    291 # Check for OS-supplied functions 
    292 # 
    293  
    294 # Check for strlcpy 
    295 AC_STRLCPY_CHECK 
    296  
    297 # Check for strlcat 
    298 AC_STRLCAT_CHECK 
    299289 
    300290WZ_CPPFLAGS="${WZ_CPPFLAGS} -DDATADIR=\"\\\"\${datadir}/\${PACKAGE}\\\"\""