From patchwork Sun Sep 19 02:25:32 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junio C Hamano X-Patchwork-Id: 192942 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8J2QCK8013881 for ; Sun, 19 Sep 2010 02:26:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754919Ab0ISCZt (ORCPT ); Sat, 18 Sep 2010 22:25:49 -0400 Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:37374 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754884Ab0ISCZs (ORCPT ); Sat, 18 Sep 2010 22:25:48 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 99443D7595; Sat, 18 Sep 2010 22:25:47 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:cc:subject :from:date:message-id:mime-version:content-type; s=sasl; bh=wkH4 yV+VPSeZLuJ6ToGiKuWL7g0=; b=qhJP40FJwjZYRTmvDkpJxtf6FIFu+t8lAcur AysPRrlwrwnPFTxcb8+Ra1LhhXQYTLyCg9IYlucgq4y/GJI7jlmrWrCVjjxAZOR8 VOQX0vjXwVkNUJQTdNjJ29p26j8vXp25UPQGvom4YEEW0jONYmGMRJqFO9VYTjat 0dCgkg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:cc:subject :from:date:message-id:mime-version:content-type; q=dns; s=sasl; b= Ns5Gr+98SNjoBpYDlFh2ZO+YG80MpD4nLOBGoiHiwZohXpZ7po5FbaU/pTv+VCEN yQYIODFobUPrM1uL9Vn/58hXrzJuyaIJY2V387/eUKSkAxUb8c2U9+BZ98KmjXTj pFv+rLpIGbHkXgdN8urtvswW9yJ6Lm+oBVWtqBUqXr4= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 35FEDD7594; Sat, 18 Sep 2010 22:25:41 -0400 (EDT) Received: from pobox.com (unknown [76.102.252.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id E00CCD7593; Sat, 18 Sep 2010 22:25:33 -0400 (EDT) To: Sam Ravnborg Cc: Roman Zippel , Michal Marek , Li Zefan , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] From: Junio C Hamano Date: Sat, 18 Sep 2010 19:25:32 -0700 Message-ID: <7vhbhmxyeb.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 X-Pobox-Relay-ID: 32A95C60-C395-11DF-9B33-030CEE7EF46B-77302942!a-pb-sasl-quonix.pobox.com Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Sun, 19 Sep 2010 02:26:13 +0000 (UTC) diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh index fcef0f5..82cc3a8 100644 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh @@ -23,6 +23,8 @@ ccflags() echo '-I/usr/include/ncurses -DCURSES_LOC=""' elif [ -f /usr/include/ncurses/curses.h ]; then echo '-I/usr/include/ncurses -DCURSES_LOC=""' + elif [ -f /usr/include/ncursesw/curses.h ]; then + echo '-I/usr/include/ncursesw -DCURSES_LOC=""' elif [ -f /usr/include/ncurses.h ]; then echo '-DCURSES_LOC=""' else