/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.45 by bellard, Sun Oct 24 22:17:47 2004 UTC revision 1.46 by bellard, Tue Nov 9 23:08:30 2004 UTC
# Line 72  mingw32="no" Line 72  mingw32="no"
72  EXESUF=""  EXESUF=""
73  gdbstub="yes"  gdbstub="yes"
74  slirp="yes"  slirp="yes"
75    adlib="no"
76    oss="no"
77    
78  # OS specific  # OS specific
79  targetos=`uname -s`  targetos=`uname -s`
# Line 81  mingw32="yes" Line 83  mingw32="yes"
83  ;;  ;;
84  FreeBSD)  FreeBSD)
85  bsd="yes"  bsd="yes"
86    oss="yes"
87  ;;  ;;
88  NetBSD)  NetBSD)
89  bsd="yes"  bsd="yes"
90    oss="yes"
91  ;;  ;;
92  OpenBSD)  OpenBSD)
93  bsd="yes"  bsd="yes"
94    oss="yes"
95  ;;  ;;
96  Darwin)  Darwin)
97  bsd="yes"  bsd="yes"
98  darwin="yes"  darwin="yes"
99  ;;  ;;
100  *) ;;  *)
101    oss="yes"
102    ;;
103  esac  esac
104    
105  if [ "$bsd" = "yes" ] ; then  if [ "$bsd" = "yes" ] ; then
# Line 147  for opt do Line 154  for opt do
154    ;;    ;;
155    --disable-slirp) slirp="no"    --disable-slirp) slirp="no"
156    ;;    ;;
157      --enable-adlib) adlib="yes"
158      ;;
159    esac    esac
160  done  done
161    
# Line 316  echo "static build      $static" Line 325  echo "static build      $static"
325  echo "SDL support       $sdl"  echo "SDL support       $sdl"
326  echo "SDL static link   $sdl_static"  echo "SDL static link   $sdl_static"
327  echo "mingw32 support   $mingw32"  echo "mingw32 support   $mingw32"
328    echo "Adlib support     $adlib"
329    
330  if test $sdl_too_old = "yes"; then  if test $sdl_too_old = "yes"; then
331  echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support"  echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support"
# Line 416  if test "$slirp" = "yes" ; then Line 426  if test "$slirp" = "yes" ; then
426    echo "CONFIG_SLIRP=yes" >> $config_mak    echo "CONFIG_SLIRP=yes" >> $config_mak
427    echo "#define CONFIG_SLIRP 1" >> $config_h    echo "#define CONFIG_SLIRP 1" >> $config_h
428  fi  fi
429    if test "$adlib" = "yes" ; then
430      echo "CONFIG_ADLIB=yes" >> $config_mak
431      echo "#define CONFIG_ADLIB 1" >> $config_h
432    fi
433    if test "$oss" = "yes" ; then
434      echo "CONFIG_OSS=yes" >> $config_mak
435      echo "#define CONFIG_OSS 1" >> $config_h
436    fi
437  echo -n "VERSION=" >>$config_mak  echo -n "VERSION=" >>$config_mak
438  head $source_path/VERSION >>$config_mak  head $source_path/VERSION >>$config_mak
439  echo "" >>$config_mak  echo "" >>$config_mak

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26