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.10 by gbeauche, 2004-11-24T22:48:02Z vs.
Revision 1.11 by gbeauche, 2004-11-25T19:14:15Z

# Line 105 | Line 105 | if [[ "x$WANT_MON" = "xyes" ]]; then
105      WANT_MON=no
106    fi
107   fi
108 + AC_SUBST(MONSRCS)
109  
110   dnl Checks for libraries.
111   AC_CHECK_LIB(posix4, sem_init)
# Line 445 | Line 446 | if [[ "x$WANT_SDL_AUDIO" = "xyes" ]]; th
446    AUDIOSRC="../SDL/audio_sdl.cpp"
447   fi
448  
449 < SYSSRCS="$VIDEOSRCS $EXTFSSRC $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $MONSRCS $EXTRASYSSRCS"
449 > SYSSRCS="$VIDEOSRCS $EXTFSSRC $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $EXTRASYSSRCS"
450  
451   dnl Define a macro that translates a yesno-variable into a C macro definition
452   dnl to be put into the config.h file

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines