Regenerate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108740 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2010-07-19 19:42:01 +00:00
parent 4afb30991a
commit 519f179fa7

2
configure vendored
View File

@ -20247,7 +20247,7 @@ cat >>conftest.$ac_ext <<_ACEOF
#include <mach-o/getsect.h>
int main() {
unsigned long p;
return (int)getsect("__DATA","´__pass_info", &p);
return (int)getsect("__DATA","__pass_info", &p);
}
_ACEOF