ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.37 by gbeauche, 2004-11-15T00:07:54Z vs.
Revision 1.38 by gbeauche, 2004-11-17T00:59:04Z

# Line 481 | Line 481 | if [[ "x$WANT_SDL_VIDEO" = "xyes" ]]; th
481    if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
482      EXTRASYSSRCS="$EXTRASYSSRCS ../MacOSX/clip_macosx.cpp"
483    else
484 <    EXTRASYSSRCS="$EXTRASYSSRCS ../dummy/clip_dummy.cpp"
484 >    case "$target_os" in
485 >    cygwin*)
486 >      EXTRASYSSRCS="$EXTRASYSSRCS ../Windows/clip_windows.cpp"
487 >      ;;
488 >    *)
489 >      EXTRASYSSRCS="$EXTRASYSSRCS ../dummy/clip_dummy.cpp"
490 >      ;;
491 >    esac
492    fi
493   else
494    VIDEOSRCS="video_x.cpp"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines