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

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.14 by gbeauche, 2005-01-10T22:50:54Z vs.
Revision 1.15 by gbeauche, 2005-01-19T20:26:01Z

# Line 146 | Line 146 | if [[ "x$WANT_SDL" = "xyes" ]]; then
146      LIBS="$LIBS $sdl_libs"
147    else
148      WANT_SDL=no
149 +    WANT_SDL_VIDEO=no
150 +    WANT_SDL_AUDIO=no
151    fi
152    SDL_SUPPORT=`echo "$SDL_SUPPORT" | sed -e "s/^ //"`
153   else
# Line 153 | Line 155 | else
155   fi
156  
157   dnl We need X11, if not using SDL.
158 < if [[ "x$WANT_SDL" = "xno" ]]; then
158 > if [[ "x$WANT_SDL_VIDEO" != "xyes" ]]; then
159    AC_PATH_XTRA
160    if [[ "x$no_x" = "xyes" ]]; then
161      AC_MSG_ERROR([You need X11 to run SheepShaver.])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines