*** ./configure.ORIG Tue Apr 26 23:38:13 2011 --- ./configure Tue Apr 26 23:40:28 2011 *************** *** 33026,33032 **** _save_cflags="$CFLAGS" _save_ldflags="$LDFLAGS" _save_libs="$LIBS" ! CFLAGS="-pthread"; LIBS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ --- 33026,33032 ---- _save_cflags="$CFLAGS" _save_ldflags="$LDFLAGS" _save_libs="$LIBS" ! CFLAGS="-qthreaded"; LIBS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ *** ./util/cairo-script/cairo-script-private.h.ORIG Wed Apr 27 00:00:11 2011 --- ./util/cairo-script/cairo-script-private.h Wed Apr 27 00:02:17 2011 *************** *** 425,431 **** }; struct _csi_scanner { ! jmp_buf jmpbuf; int depth; int bind; --- 425,431 ---- }; struct _csi_scanner { ! jmp_buf __jmpbuf; int depth; int bind; *** ./build/ltmain.sh.ORIG Wed Apr 27 00:14:53 2011 --- ./build/ltmain.sh Wed Apr 27 00:15:45 2011 *************** *** 4576,4582 **** continue ;; ! -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" --- 4576,4582 ---- continue ;; ! -qthreaded|-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" *************** *** 5070,5076 **** lib= found=no case $deplib in ! -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" --- 5070,5076 ---- lib= found=no case $deplib in ! -qthreaded|-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs"