libcurl.m4: AC_PATH_PROG fixes
authorDan Locks <dwlocks@cs.uchicago.edu>
Thu, 7 Oct 2010 16:05:36 +0000 (18:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Oct 2010 16:05:36 +0000 (18:05 +0200)
commitcda02fb78b859dafe679624206aac39878db19fd
tree59472b15de11c58f998f209820d4ad9343ee1a07
parenta5f96b49d1ffff557469f6ef83ce8450d38de84e
libcurl.m4: AC_PATH_PROG fixes

The invocation of autoconf's AC_PATH_PROG( ) is not quite right for
finding curl-config. This fix corrects the negative case (where
curl-config is not found).
docs/libcurl/libcurl.m4