add dyn_cast tests and beef up others a bit
[oota-llvm.git] / 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