Remove extraneous character.

llvm-svn: 108739
This commit is contained in:
Owen Anderson 2010-07-19 19:41:52 +00:00
parent 0e41b1c9c0
commit 311eff99d0
1 changed files with 1 additions and 1 deletions

View File

@ -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)