configure.patch 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. diff --git a/configure b/configure
  2. index acc483f..244e733 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -9363,76 +9363,6 @@ See \`config.log' for more details" "$LINENO" 5; } ;;
  6. esac
  7. -saved_LIBS="$LIBS"
  8. -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing _obstack_free" >&5
  9. -printf %s "checking for library containing _obstack_free... " >&6; }
  10. -if test ${ac_cv_search__obstack_free+y}
  11. -then :
  12. - printf %s "(cached) " >&6
  13. -else $as_nop
  14. - ac_func_search_save_LIBS=$LIBS
  15. -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  16. -/* end confdefs.h. */
  17. -
  18. -/* Override any GCC internal prototype to avoid an error.
  19. - Use char because int might match the return type of a GCC
  20. - builtin and then its argument prototype would still apply. */
  21. -char _obstack_free ();
  22. -int
  23. -main (void)
  24. -{
  25. -return _obstack_free ();
  26. - ;
  27. - return 0;
  28. -}
  29. -_ACEOF
  30. -for ac_lib in '' obstack
  31. -do
  32. - if test -z "$ac_lib"; then
  33. - ac_res="none required"
  34. - else
  35. - ac_res=-l$ac_lib
  36. - LIBS="-l$ac_lib $ac_func_search_save_LIBS"
  37. - fi
  38. - if ac_fn_c_try_link "$LINENO"
  39. -then :
  40. - ac_cv_search__obstack_free=$ac_res
  41. -fi
  42. -rm -f core conftest.err conftest.$ac_objext conftest.beam \
  43. - conftest$ac_exeext
  44. - if test ${ac_cv_search__obstack_free+y}
  45. -then :
  46. - break
  47. -fi
  48. -done
  49. -if test ${ac_cv_search__obstack_free+y}
  50. -then :
  51. -
  52. -else $as_nop
  53. - ac_cv_search__obstack_free=no
  54. -fi
  55. -rm conftest.$ac_ext
  56. -LIBS=$ac_func_search_save_LIBS
  57. -fi
  58. -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search__obstack_free" >&5
  59. -printf "%s\n" "$ac_cv_search__obstack_free" >&6; }
  60. -ac_res=$ac_cv_search__obstack_free
  61. -if test "$ac_res" != no
  62. -then :
  63. - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  64. -
  65. -fi
  66. -
  67. -LIBS="$saved_LIBS"
  68. -case "$ac_cv_search__obstack_free" in
  69. - no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  70. -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
  71. -as_fn_error $? "failed to find _obstack_free
  72. -See \`config.log' for more details" "$LINENO" 5; } ;;
  73. - -l*) obstack_LIBS="$ac_cv_search__obstack_free" ;;
  74. - *) obstack_LIBS= ;;
  75. -esac
  76. -
  77. ac_config_files="$ac_config_files doc/Makefile"