diff options
Diffstat (limited to 'libobjc/configure')
-rwxr-xr-x | libobjc/configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libobjc/configure b/libobjc/configure index 5028c28..a220b15 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -7621,6 +7621,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi + lt_prog_compiler_pic='-fPIC' ;; amigaos*) @@ -10594,7 +10595,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10597 "configure" +#line 10598 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10700,7 +10701,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10703 "configure" +#line 10704 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11471,7 +11472,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then : enableval=$enable_sjlj_exceptions; : else cat > conftest.$ac_ext << EOF -#line 11474 "configure" +#line 11475 "configure" @interface Frob @end @implementation Frob |