On 02/10/2012 02:59 PM, Brad Smith wrote:
Remove the OpenBSD workaround for the curses probe. This has not been
necessary for 5 releases now.

Signed-off-by: Brad Smith<b...@comstyle.com>

Applied.  Thanks.

Regards,

Anthony Liguori


diff --git a/configure b/configure
index 763db24..c9729f8 100755
--- a/configure
+++ b/configure
@@ -1900,9 +1900,6 @@ if test "$curses" != "no" ; then
    curses_found=no
    cat>  $TMPC<<  EOF
  #include<curses.h>
-#ifdef __OpenBSD__
-#define resize_term resizeterm
-#endif
  int main(void) {
    const char *s = curses_version();
    resize_term(0, 0);



Reply via email to