Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
00ac3ffc
Commit
00ac3ffc
authored
May 29, 1995
by
Karl Heuer
Browse files
Allow x_libraries and x_includes to be paths.
parent
60439948
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.in
configure.in
+3
-3
No files found.
configure.in
View file @
00ac3ffc
...
...
@@ -932,11 +932,11 @@ else
fi
if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
LD_SWITCH_X_SITE=
"
-L${x_libraries}
"
LD_SWITCH_X_SITE_AUX=
"
-R${x_libraries}
"
LD_SWITCH_X_SITE=-L
`echo
${x_libraries}
| sed -e "s/:/ -L/g"`
LD_SWITCH_X_SITE_AUX=-R
`echo
${x_libraries}
| sed -e "s/:/ -R/g"`
fi
if test "${x_includes}" != NONE && test -n "${x_includes}"; then
C_SWITCH_X_SITE=
"
-I
${x_includes}"
C_SWITCH_X_SITE=-I
`echo ${x_libraries} | sed -e "s/:/ -I/g"`
fi
if test x"${x_includes}" = x; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment