Changeset 818 in vbox
- Timestamp:
- Feb 9, 2007 5:14:04 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18497
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r802 r818 46 46 LIBCRYPTO="-lcrypto" 47 47 LIBPTHREAD="-lpthread" 48 LIBX11="-L/usr/X11R6/lib -lXext -lX11" 48 49 LIBXCURSOR="-lXcursor" 49 LIBX11="-L/usr/X11R6/lib -lXext -lX11"50 50 INCZ="" 51 51 LIBZ="-lz" … … 788 788 } 789 789 ' > .tmp_src.cc 790 if test_compile $LIBXCURSORXcursor Xcursor; then790 if test_compile "$LIBX11 $LIBXCURSOR" Xcursor Xcursor; then 791 791 log_success "found" 792 792 cnf_append "LIB_XCURSOR" `echo $LIBXCURSOR|sed 's+-l++'` … … 1149 1149 (($OSE==0)) && check_sdl_ttf 1150 1150 [ "$OS" != "darwin" ] && check_alsa 1151 [ "$OS" != "darwin" ] && check_x 1151 1152 [ "$OS" != "darwin" ] && check_xcursor 1152 [ "$OS" != "darwin" ] && check_x1153 1153 (($XPCOM==1)) && check_qt 1154 1154
Note:
See TracChangeset
for help on using the changeset viewer.