Fix weak alias support detection
Since GCC4, it is required that when declaring a function alias,
the target function is defined in the same compilation unit.
See #2002
Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
Please register or sign in to comment