Regenerate.
authorOwen Anderson <resistor@mac.com>
Mon, 19 Jul 2010 19:42:01 +0000 (19:42 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 19 Jul 2010 19:42:01 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108740 91177308-0d34-0410-b5e6-96231b3b80d8

configure

index 25cfb7a1a2042f34a51fee9321141978f046c44a..84b0267e4c7c3a16af2c31d3b14a13db6f414797 100755 (executable)
--- a/configure
+++ b/configure
@@ -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