• Davi Arnaut's avatar
    BUG 11763056 - 55721: AIX 5.1.50 build failing, cannot locate bzero · 79de9c71
    Davi Arnaut authored
    The problem is that although AIX implements bzero, its prototype
    is not declared by default. Since AC_CHECK_FUNC(bzero) succeeds
    even though a prototype is not declared, this breaks compilation
    in C++ files where a prototype is required.
    
    The solution is to only use bzero if a prototype is also declared.
    79de9c71
configure.in 90.1 KB