Commit d9c4d1cc1a60c73ad2403d80366b52dcf862eed2
1 parent
f644caa5
cleanup
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@99 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
20 deletions
configure
| ... | ... | @@ -56,22 +56,6 @@ bigendian="no" |
| 56 | 56 | # OS specific |
| 57 | 57 | targetos=`uname -s` |
| 58 | 58 | case $targetos in |
| 59 | -BeOS) | |
| 60 | -prefix="/boot/home/config" | |
| 61 | -# helps building libavcodec | |
| 62 | -CFLAGS="-O2 -DPIC" | |
| 63 | -# no need for libm, but the inet stuff | |
| 64 | -# Check for BONE | |
| 65 | -if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then | |
| 66 | -extralibs="-lbind -lsocket" | |
| 67 | -else | |
| 68 | -echo "Not sure building for net_server will succeed... good luck." | |
| 69 | -extralibs="-lsocket" | |
| 70 | -fi ;; | |
| 71 | -BSD/OS) | |
| 72 | -extralibs="-lpoll -lgnugetopt -lm" | |
| 73 | -make="gmake" | |
| 74 | -;; | |
| 75 | 59 | *) ;; |
| 76 | 60 | esac |
| 77 | 61 | |
| ... | ... | @@ -246,10 +230,6 @@ echo "" >>config.mak |
| 246 | 230 | echo -n "#define QEMU_VERSION \"" >> $TMPH |
| 247 | 231 | head $source_path/VERSION >> $TMPH |
| 248 | 232 | echo "\"" >> $TMPH |
| 249 | -if test "$network" = "yes" ; then | |
| 250 | - echo "#define CONFIG_NETWORK 1" >> $TMPH | |
| 251 | - echo "CONFIG_NETWORK=yes" >> config.mak | |
| 252 | -fi | |
| 253 | 233 | |
| 254 | 234 | # build tree in object directory if source path is different from current one |
| 255 | 235 | if test "$source_path_used" = "yes" ; then | ... | ... |