diff options
author | Gunter Knauf <gk@gknw.de> | 2007-01-29 00:51:02 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-01-29 00:51:02 +0000 |
commit | ddace02efe44a4021d75f62cc30816d4f1a30776 (patch) | |
tree | c92d8a713a058724d03513e358f3a95bee90a60f /buildconf.bat | |
parent | 1f4c8c4f0931ceb1afc11e6d5310d4d8e953b0a8 (diff) | |
download | curl-ddace02efe44a4021d75f62cc30816d4f1a30776.tar.gz |
fixed segfault when compiled with MingW32 and cmd or command shell.
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/buildconf.bat b/buildconf.bat index beecb6f62..7c5375715 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -5,10 +5,6 @@ REM $Date$ REM create ca-bundle.h
echo /* This file is generated automatically */ >lib\ca-bundle.h
-echo #ifndef CURL_CA_BUNDLE >>lib\ca-bundle.h -echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h -echo #endif >>lib\ca-bundle.h - REM create hugehelp.c
copy src\hugehelp.c.cvs src\hugehelp.c
|