aboutsummaryrefslogtreecommitdiff
path: root/packages/OS400/make-lib.sh
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2008-03-31 12:09:43 +0000
committerMichal Marek <mmarek@suse.cz>2008-03-31 12:09:43 +0000
commitd13be06aaa918f7098570f7f0f7a2a600a48d9a0 (patch)
treed05998333a3b00b5d7050e52658224378ef0afe4 /packages/OS400/make-lib.sh
parentf1c69192da0a7326329629550795101e40092438 (diff)
Removed the generated ca-bundle.h file. The verbatim value of $ca and
$capath is known to configure, so it can be defined in config.h instead.
Diffstat (limited to 'packages/OS400/make-lib.sh')
-rw-r--r--packages/OS400/make-lib.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/OS400/make-lib.sh b/packages/OS400/make-lib.sh
index cd1db3ed3..b066c282c 100644
--- a/packages/OS400/make-lib.sh
+++ b/packages/OS400/make-lib.sh
@@ -9,21 +9,6 @@ SCRIPTDIR=`dirname "${0}"`
cd "${TOPDIR}/lib"
-# Create ca-bundle.h file.
-
-if action_needed "ca-bundle.h"
-then echo "/* This file is generated automatically */" > ca-bundle.h
- echo "#ifndef CURL_CA_BUNDLE" >> ca-bundle.h
-
- if [ "${CABUNDLE}" ]
- then echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> ca-bundle.h
- else echo '#undef CURL_CA_BUNDLE /* unknown */' >> ca-bundle.h
- fi
-
- echo "#endif" >> ca-bundle.h
-fi
-
-
# Create and compile the identification source file.
echo '#pragma comment(user, "libcurl version '"${LIBCURL_VERSION}"'")' > os400.c