From 49b79b76316248d5233d08006234933913faaa3b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 5 Oct 2011 00:03:20 +0200 Subject: curl tool: code moved to tool_*.[ch] files --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 8083c2bbb..dda2a1d9c 100755 --- a/buildconf +++ b/buildconf @@ -80,7 +80,7 @@ removethis(){ # Ensure that buildconf runs from the subdirectory where configure.ac lives # if test ! -f configure.ac || - test ! -f src/main.c || + test ! -f src/tool_main.c || test ! -f lib/urldata.h || test ! -f include/curl/curl.h; then echo "Can not run buildconf from outside of curl's source subdirectory!" -- cgit v1.2.3