On Tue, Sep 22, 2009 at 7:48 PM, Ryan Chan <[email protected]> wrote:
>
> I just wonder why the following command need to be quoted, and how do
> we call this "method" ?
>
> "./configure" \
> "--with-mpm=prefork" \
> "--with-included-apr" \
> "--enable-so" \
> "--enable-rewrite" \

Does it . One can run even without double quotes something like :

    #./configure --with-mpm=prefork --with-included-apr --enable-so
--enable-rewrite

I think it should work .

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to