VirtualBox

Ticket #11: configure-806.patch

File configure-806.patch, 696 bytes (added by agbr, 18 years ago)

it is a simple patch that solves the problem.

  • configure

     
    787787  return 0;
    788788}
    789789' > .tmp_src.cc
    790   if test_compile $LIBXCURSOR Xcursor Xcursor; then
     790  if test_compile "$LIBXCURSOR ${LIBX11:+$LIBX11}" Xcursor Xcursor; then
    791791    log_success "found"
    792792    cnf_append "LIB_XCURSOR" `echo $LIBXCURSOR|sed 's+-l++'`
    793793  fi
     
    11481148[ "$OS" != "darwin" ] && check_sdl
    11491149(($OSE==0)) && check_sdl_ttf
    11501150[ "$OS" != "darwin" ] && check_alsa
     1151[ "$OS" != "darwin" ] && check_x
    11511152[ "$OS" != "darwin" ] && check_xcursor
    1152 [ "$OS" != "darwin" ] && check_x
    11531153(($XPCOM==1)) && check_qt
    11541154
    11551155# Linux-specific

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy