Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2098 invoked from network); 17 Sep 2012 15:31:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2012 15:31:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:52973] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/14-07072-24247505 for ; Mon, 17 Sep 2012 11:31:14 -0400 Received: by ieak14 with SMTP id k14so10932945iea.29 for ; Mon, 17 Sep 2012 08:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=i3fmZPv4SpB84/hGPWteI9v93jgfyZ/z48veoG/gp7A=; b=sUA+kjbr6vlzOhBP/j7Ltd82EvQ43lAta74PUtSUC+Lw6jqZV3tmA2f10WOYkvhOq8 hhND8QphFxiKKFSUyiaq0v85qCtdoGRo1/3vpFitppiiml0oXx41TCqhTw7jhN76dt8a kWpn49Pq+2luf+vu0W19Vo01RHesgC9WI3pD1u80KQqiLAKAvTmN2qfqQRWluwKfbDS8 /jYJZ8pzBZrpiv2vcYybPteB+hRi2HaZYyw8dqKDBONb4goj101lXFk0cmJaCxqIKFi/ eV7My6gU72TItx5vJ3B8vAeZBtmPaY4A7PUF2y4+yp5e7ZpqVU52Vc7IJKP4PqPhBSMo CKFw== Received: by 10.50.187.194 with SMTP id fu2mr7336580igc.37.1347895871315; Mon, 17 Sep 2012 08:31:11 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.64.101.165 with HTTP; Mon, 17 Sep 2012 08:30:31 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 Sep 2012 17:30:31 +0200 X-Google-Sender-Auth: NbonwSOG6_ltnkkD_Pna8Rfb4ZA Message-ID: To: Hannes Magnusson Cc: Michael Felt , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] an configure option to "enable-all" From: jpauli@php.net (jpauli) On Mon, Sep 17, 2012 at 2:48 PM, Hannes Magnusson wrote: > On Mon, Sep 17, 2012 at 9:59 AM, jpauli wrote: >>> >>> I'm confused.. --enable-all is already supported, just like --disable-all ? >>> >>> -Hannes >> >> AFAIR no :) We have a --disable-all , but no --enable-all. >> >> I'm +1 to add such an option if possible :) > > > Can you please explain to me how it is not working? > > ~/Sources/php/php-5.3 (PHP-5.3) $ ./configure --enable-all > configure: error: Cannot find enchant > > And no, ext/enchant is not enabled by default. So the answer is : there is --enable-all switch , but it's not listed in the --help output Julien.P