Commit 6f15b608f2a1466de0dccc3e6d9cdee354a1e178

Authored by bellard
1 parent 17100159

removed unused code


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2180 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 11 deletions
configure
... ... @@ -88,14 +88,12 @@ bsd="no"
88 88 linux="no"
89 89 kqemu="no"
90 90 profiler="no"
91   -kernel_path=""
92 91 cocoa="no"
93 92 check_gfx="yes"
94 93 check_gcc="yes"
95 94 softmmu="yes"
96 95 user="no"
97 96 build_docs="no"
98   -build_acpi_tables="no"
99 97 uname_release=""
100 98  
101 99 # OS specific
... ... @@ -223,8 +221,6 @@ for opt do
223 221 ;;
224 222 --enable-profiler) profiler="yes"
225 223 ;;
226   - --kernel-path=*) kernel_path="$optarg"
227   - ;;
228 224 --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no"
229 225 ;;
230 226 --disable-gfx-check) check_gfx="no"
... ... @@ -241,8 +237,6 @@ for opt do
241 237 ;;
242 238 --enable-uname-release=*) uname_release="$optarg"
243 239 ;;
244   - --enable-iasl) build_acpi_tables="yes"
245   - ;;
246 240 esac
247 241 done
248 242  
... ... @@ -267,7 +261,6 @@ echo " --target-list=LIST set target list [$target_list]"
267 261 echo ""
268 262 echo "kqemu kernel acceleration support:"
269 263 echo " --disable-kqemu disable kqemu support"
270   -echo " --kernel-path=PATH set the kernel path (configure probes it)"
271 264 echo ""
272 265 echo "Advanced options (experts only):"
273 266 echo " --source-path=PATH path of source code [$source_path]"
... ... @@ -291,7 +284,6 @@ echo " --disable-user disable all linux usermode emulation targets"
291 284 echo " --fmod-lib path to FMOD library"
292 285 echo " --fmod-inc path to FMOD includes"
293 286 echo " --enable-uname-release=R Return R for uname -r in usermode emulation"
294   -echo " --enable-iasl compilation of ACPI tables with the IASL compiler"
295 287 echo ""
296 288 echo "NOTE: The object files are build at the place where configure is launched"
297 289 exit 1
... ... @@ -712,9 +704,6 @@ echo "TARGET_DIRS=$target_list" >> $config_mak
712 704 if [ "$build_docs" = "yes" ] ; then
713 705 echo "BUILD_DOCS=yes" >> $config_mak
714 706 fi
715   -if [ "$build_acpi_tables" = "yes" ] ; then
716   - echo "BUILD_ACPI_TABLES=yes" >> $config_mak
717   -fi
718 707  
719 708 # XXX: suppress that
720 709 if [ "$bsd" = "yes" ] ; then
... ...