On Sat, Nov 10, 2007 at 02:18:22AM +0000, guy@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23419
>
> User: guy
> Date: 2007/11/10 02:18 AM
>
> Log:
> Update comment, clean up message.
>
> Directory: /trunk/
> Changes Path Action
> +7 -11 configure.in Modified
Thanks for clarifying that comment.
I had commas in AC_MSG_CHECKING() at first, but commas seem to delimit
parameters and it won't display anything after the first comma:
AC_MSG_CHECKING(whether we can build with Core Foundation, Launch
Services, and Core Services)
Results in:
checking whether we can build with Core Foundation... yes
Maybe there is a some way to quote the commas to leave them in there?
Steve