diff options
author | Yang Tse <yangsita@gmail.com> | 2011-10-05 00:03:20 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-10-05 00:03:58 +0200 |
commit | 49b79b76316248d5233d08006234933913faaa3b (patch) | |
tree | 3122e6c5390cb4118296a915308baea7216c4e09 /buildconf | |
parent | ca2c32636191ba33dbad91e88d8ceecc74bacbd1 (diff) | |
download | curl-49b79b76316248d5233d08006234933913faaa3b.tar.gz |
curl tool: code moved to tool_*.[ch] files
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!" |