From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S1MrX-0000tE-Ao for mharc-grub-devel@gnu.org; Sat, 25 Feb 2012 14:00:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1MrN-0000mg-GR for grub-devel@gnu.org; Sat, 25 Feb 2012 14:00:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1MrG-0000oj-5I for grub-devel@gnu.org; Sat, 25 Feb 2012 14:00:45 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:51395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1MrF-0000oG-Tv for grub-devel@gnu.org; Sat, 25 Feb 2012 14:00:38 -0500 Received: by eaag11 with SMTP id g11so1494969eaa.0 for ; Sat, 25 Feb 2012 11:00:36 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.194.136 as permitted sender) client-ip=10.14.194.136; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.194.136 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.194.136]) by 10.14.194.136 with SMTP id m8mr4189243een.97.1330196436247 (num_hops = 1); Sat, 25 Feb 2012 11:00:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=WY0ZL0NR0HHW0JvxeQyNFfPdwYS2cAOSFDFwcBgscMs=; b=vlr1pihouvM4fawFMI0mNpuXFFDsMVjSv5zfNs4qb2wDt2MhoIM6jCXGjTJvt4a97j M+4XKIgg/3Fnb0NHf5AmAqedVHJOhys8HO2D7p4jz15zsnp56NjSfWbp/lWraxdMFHCf mXUOtwvGwvhy/meUooFu7McqgZbF0aqtJhnqg= Received: by 10.14.194.136 with SMTP id m8mr3160901een.97.1330196436103; Sat, 25 Feb 2012 11:00:36 -0800 (PST) Received: from debian.x201.phnet (111-233.197-178.cust.bluewin.ch. [178.197.233.111]) by mx.google.com with ESMTPS id w60sm34893127eeb.4.2012.02.25.11.00.34 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Feb 2012 11:00:34 -0800 (PST) Message-ID: <4F492FD0.6040004@gmail.com> Date: Sat, 25 Feb 2012 20:00:32 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: disable-libzfs configure flag (Re: Freeze on 27 February) References: <4F43ED9C.9070700@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 19:00:52 -0000 On 25.02.2012 19:44, Mike Gilbert wrote: > +if test x"$libzfs_excuse" = x ; then > + # Only check for system headers if libzfs support has not been disabled. > + AC_CHECK_HEADERS(libzfs.h libnvpair.h) > +fi You should set excuse here if the headers aren't found. Also it should fail if libzfs is explicitly enable but unavailable -- Regards Vladimir 'φ-coder/phcoder' Serbinenko