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