VirtualBox

Changeset 818 in vbox


Ignore:
Timestamp:
Feb 9, 2007 5:14:04 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18497
Message:

fixed detection of -lXcursor in /usr/X11R6/lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r802 r818  
    4646LIBCRYPTO="-lcrypto"
    4747LIBPTHREAD="-lpthread"
     48LIBX11="-L/usr/X11R6/lib -lXext -lX11"
    4849LIBXCURSOR="-lXcursor"
    49 LIBX11="-L/usr/X11R6/lib -lXext -lX11"
    5050INCZ=""
    5151LIBZ="-lz"
     
    788788}
    789789' > .tmp_src.cc
    790   if test_compile $LIBXCURSOR Xcursor Xcursor; then
     790  if test_compile "$LIBX11 $LIBXCURSOR" Xcursor Xcursor; then
    791791    log_success "found"
    792792    cnf_append "LIB_XCURSOR" `echo $LIBXCURSOR|sed 's+-l++'`
     
    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
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette