man, 01.09.2003 kl. 16.43 skrev Dimitrie O. Paun: > On September 1, 2003 10:36 am, Vincent Béron wrote: > > > [EMAIL PROTECTED] wine.build]$ ../wine.src/configure --with-ntpd --silent && > > > make -s depend && make -s > > > > ---------------------^ > > Should be --with-nptl :) > > OK, and why don't I get an error? I've always assumed I'd be told > if I misstype it!
Guess you've always assumed wrong, then. It's just the way autoconf works - with --enable-* and --with-*, you can give it anything, autoconf will just set a variable named whatever you gave it, and leaves to the script to interpret the particular variable names it's interested in.