Re: [ovs-dev] [PATCH] configure: Improve error message when pkg-config is missing.

2011-07-13 Thread Ethan Jackson
Looks good to me. Ethan On Wed, Jul 13, 2011 at 10:59, Ben Pfaff wrote: > Until now, when pkg-config is missing, Autoconf emitted this error: >    error: possibly undefined macro: PKG_CHECK_MODULES > This commit changes the message to: >    error: Please install pkg-config. > This should be easi

[ovs-dev] [PATCH] configure: Improve error message when pkg-config is missing.

2011-07-13 Thread Ben Pfaff
Until now, when pkg-config is missing, Autoconf emitted this error: error: possibly undefined macro: PKG_CHECK_MODULES This commit changes the message to: error: Please install pkg-config. This should be easier for users to interpret. Suggested-by: Ethan Jackson --- m4/openvswitch.m4 |