autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making part of package optional at ./configure time


From: Stepan Kasal
Subject: Re: making part of package optional at ./configure time
Date: Tue, 19 Sep 2006 21:03:33 +0200
User-agent: Mutt/1.4.2.1i

Hello,

On Tue, Sep 19, 2006 at 08:02:26PM +0100, Keith Marshall wrote:
> On Tuesday 19 September 2006 10:46 am, Stepan Kasal wrote:
> > AC_ARG_ENABLE([webcam],
> >   [AS_HELP_STRING([--disable-webcam], [disable use of webcam])])
> > if "$enable_webcam" != no; then
> >   AC_DEFINE([USE_WEBCAM], [1], [enable/disable webcam broadcaster])
> > fi
> 
> Well, yes, the logic is correct, but I think you've made a typo; should 
> that not be `if test "$enable_webcam" != no; then'?

you are right, of course, thanks.

Stepan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]