summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 20:37:14 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 20:37:14 +0000
commitd9c4d1cc1a60c73ad2403d80366b52dcf862eed2 (patch)
treeb9cad138795bf6d782c5161aa6d8e7199a8bcc78 /configure
parentf644caa51a84d59177af61c46bf32dc60e7e2333 (diff)
downloadqemu-d9c4d1cc1a60c73ad2403d80366b52dcf862eed2.tar.gz
cleanup
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@99 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure b/configure
index d5ec79f5b4..9bae7b4375 100755
--- a/configure
+++ b/configure
@@ -56,22 +56,6 @@ bigendian="no"
# OS specific
targetos=`uname -s`
case $targetos in
-BeOS)
-prefix="/boot/home/config"
-# helps building libavcodec
-CFLAGS="-O2 -DPIC"
-# no need for libm, but the inet stuff
-# Check for BONE
-if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then
-extralibs="-lbind -lsocket"
-else
-echo "Not sure building for net_server will succeed... good luck."
-extralibs="-lsocket"
-fi ;;
-BSD/OS)
-extralibs="-lpoll -lgnugetopt -lm"
-make="gmake"
-;;
*) ;;
esac
@@ -246,10 +230,6 @@ echo "" >>config.mak
echo -n "#define QEMU_VERSION \"" >> $TMPH
head $source_path/VERSION >> $TMPH
echo "\"" >> $TMPH
-if test "$network" = "yes" ; then
- echo "#define CONFIG_NETWORK 1" >> $TMPH
- echo "CONFIG_NETWORK=yes" >> config.mak
-fi
# build tree in object directory if source path is different from current one
if test "$source_path_used" = "yes" ; then