From 5ccc7791cd3ea06c70af61cf5a580e06b10bcc37 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 2 May 2007 19:47:11 +0000 Subject: 2007-05-02 Thomas Schwinge * configure.ac (--disable-default-device-drivers): Transform into... (--enable-device-drivers): ... this new option and extend it. * i386/configfrag.ac (--enable-lpr): Adapt to that. * linux/configfrag.ac (AC_OPTION_Linux_ix86_at, AC_Linux_DRIVER): Likewise. (AC_Linux_DRIVER_qemu): New definition. Use it for the `floppy', `ide' and `ne' device drivers. * doc/mach.texi: Document all that. --- i386/configfrag.ac | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'i386') diff --git a/i386/configfrag.ac b/i386/configfrag.ac index 3603721..bada87d 100644 --- a/i386/configfrag.ac +++ b/i386/configfrag.ac @@ -82,10 +82,15 @@ AC_DEFINE([RCADDR], [0x3f8], [where is the com port for the remote console]) # AC_ARG_ENABLE([lpr], - AS_HELP_STRING([--enable-lpr], [lpr device; enabled by default for ix86-at])) + AS_HELP_STRING([--enable-lpr], [lpr device; on ix86-at enabled by default])) [case $host_platform:$host_cpu in at:i?86) - enable_lpr=${enable_lpr-$enable_default_device_drivers};; + case $enable_device_drivers in + default) + enable_lpr=${enable_lpr-yes};; + *) + enable_lpr=${enable_lpr-no};; + esac;; *) if [ x"$enable_lpr" = xyes ]; then] AC_MSG_ERROR([cannot enable `lpr' in this configuration.]) -- cgit v1.2.3