From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KXF1L-0004XC-Nw for mharc-grub-devel@gnu.org; Sun, 24 Aug 2008 08:48:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXF1J-0004WO-VZ for grub-devel@gnu.org; Sun, 24 Aug 2008 08:48:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXF1I-0004Ve-Fu for grub-devel@gnu.org; Sun, 24 Aug 2008 08:48:37 -0400 Received: from [199.232.76.173] (port=47132 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXF1I-0004VY-7C for grub-devel@gnu.org; Sun, 24 Aug 2008 08:48:36 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:54586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXF1H-0004sr-RI for grub-devel@gnu.org; Sun, 24 Aug 2008 08:48:36 -0400 Received: from [85.180.57.8] (e180057008.adsl.alicedsl.de [85.180.57.8]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1KXF1G1Sho-0006ov; Sun, 24 Aug 2008 14:48:34 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <48B156D5.4020203@t-online.de> References: <48B156D5.4020203@t-online.de> Content-Type: text/plain Date: Sun, 24 Aug 2008 14:48:33 +0200 Message-Id: <1219582113.4801.8.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+pgYz5p4nDlLTlQn7ZoF748uIW6MlPu85b7CN mviCe79J6Op7423dl8V3tZZRLWEId+6CIWFOqgibuQpH5MYkrR lYlIxpJlQ3mtNPFvr8dM/TLeOOrRm8W X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [PATCH] Mingw support for grub2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 12:48:38 -0000 Am Sonntag, den 24.08.2008, 14:40 +0200 schrieb Christian Franke: > I would suggest to add AC_CHECK_FUNC(asprintf) to configure. > asprintf() is a GNU extension and not part of C99 or POSIX. > See my [RFC] GNU extention topic. There's already in configure.ac a check for #define _GNU_SOURCE which is needed for asprintf to be defined. Thugh I don't know much of cygwin/mingw stuff.