mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove extraneous character.
llvm-svn: 108739
This commit is contained in:
parent
7fa1f7a769
commit
9130b1b272
@ -1372,7 +1372,7 @@ AC_COMPILE_IFELSE(
|
||||
[[#include <mach-o/getsect.h>
|
||||
int main() {
|
||||
unsigned long p;
|
||||
return (int)getsect("__DATA","´__pass_info", &p);
|
||||
return (int)getsect("__DATA","__pass_info", &p);
|
||||
}
|
||||
]]),
|
||||
AC_MSG_RESULT(yes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user