Ticket #11: configure-806.patch
| File configure-806.patch, 696 bytes (added by , 18 years ago) |
|---|
-
configure
787 787 return 0; 788 788 } 789 789 ' > .tmp_src.cc 790 if test_compile $LIBXCURSORXcursor Xcursor; then790 if test_compile "$LIBXCURSOR ${LIBX11:+$LIBX11}" Xcursor Xcursor; then 791 791 log_success "found" 792 792 cnf_append "LIB_XCURSOR" `echo $LIBXCURSOR|sed 's+-l++'` 793 793 fi … … 1148 1148 [ "$OS" != "darwin" ] && check_sdl 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 1155 1155 # Linux-specific

