Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
07c3aaee
Commit
07c3aaee
authored
16 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
fix missing double-quotes
parent
8254bbae
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ares/m4/cares-compilers.m4
+6
-6
6 additions, 6 deletions
ares/m4/cares-compilers.m4
m4/curl-compilers.m4
+6
-6
6 additions, 6 deletions
m4/curl-compilers.m4
with
12 additions
and
12 deletions
ares/m4/cares-compilers.m4
+
6
−
6
View file @
07c3aaee
...
...
@@ -380,7 +380,7 @@ dnl not reliable on ancient GNUC versions.
AC_DEFUN([CARES_CONVERT_INCLUDE_TO_ISYSTEM], [
AC_REQUIRE([CARES_SHFUNC_SQUEEZE])dnl
tmp_has_include="no"
tmp_chg_FLAGS=$CFLAGS
tmp_chg_FLAGS=
"
$CFLAGS
"
for word1 in $tmp_chg_FLAGS; do
case "$word1" in
-I*)
...
...
@@ -389,13 +389,13 @@ AC_DEFUN([CARES_CONVERT_INCLUDE_TO_ISYSTEM], [
esac
done
if test "$tmp_has_include" = "yes"; then
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/ -I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/ -I/ -isystem /g'`
CFLAGS="$tmp_chg_FLAGS"
squeeze CFLAGS
fi
tmp_has_include="no"
tmp_chg_FLAGS=$CPPFLAGS
tmp_chg_FLAGS=
"
$CPPFLAGS
"
for word1 in $tmp_chg_FLAGS; do
case "$word1" in
-I*)
...
...
@@ -404,8 +404,8 @@ AC_DEFUN([CARES_CONVERT_INCLUDE_TO_ISYSTEM], [
esac
done
if test "$tmp_has_include" = "yes"; then
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/ -I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/ -I/ -isystem /g'`
CPPFLAGS="$tmp_chg_FLAGS"
squeeze CPPFLAGS
fi
...
...
This diff is collapsed.
Click to expand it.
m4/curl-compilers.m4
+
6
−
6
View file @
07c3aaee
...
...
@@ -386,7 +386,7 @@ dnl not reliable on ancient GNUC versions.
AC_DEFUN([CURL_CONVERT_INCLUDE_TO_ISYSTEM], [
AC_REQUIRE([CURL_SHFUNC_SQUEEZE])dnl
tmp_has_include="no"
tmp_chg_FLAGS=$CFLAGS
tmp_chg_FLAGS=
"
$CFLAGS
"
for word1 in $tmp_chg_FLAGS; do
case "$word1" in
-I*)
...
...
@@ -395,13 +395,13 @@ AC_DEFUN([CURL_CONVERT_INCLUDE_TO_ISYSTEM], [
esac
done
if test "$tmp_has_include" = "yes"; then
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/ -I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/ -I/ -isystem /g'`
CFLAGS="$tmp_chg_FLAGS"
squeeze CFLAGS
fi
tmp_has_include="no"
tmp_chg_FLAGS=$CPPFLAGS
tmp_chg_FLAGS=
"
$CPPFLAGS
"
for word1 in $tmp_chg_FLAGS; do
case "$word1" in
-I*)
...
...
@@ -410,8 +410,8 @@ AC_DEFUN([CURL_CONVERT_INCLUDE_TO_ISYSTEM], [
esac
done
if test "$tmp_has_include" = "yes"; then
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo $tmp_chg_FLAGS |
sed
's/ -I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/^-I/ -isystem /g'`
tmp_chg_FLAGS=`echo
"
$tmp_chg_FLAGS
"
|
"$SED"
's/ -I/ -isystem /g'`
CPPFLAGS="$tmp_chg_FLAGS"
squeeze CPPFLAGS
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment