projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22b96b
)
Fix call to test in configure.ac
author
Stéphane Glondu
<glondu@debian.org>
Wed, 12 Jun 2024 11:09:53 +0000
(13:09 +0200)
committer
Stéphane Glondu
<glondu@debian.org>
Thu, 29 Aug 2024 16:03:23 +0000
(18:03 +0200)
Forwarded: https://github.com/ocaml/ocaml/pull/13268
Gbp-Pq: Name 0008-Fix-call-to-test-in-configure.ac.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 467099fdfb6742f50a92380968acaea7c23ce30c..a8e42222241fe92f5b818be29686c6e685cf26a8 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2690,7
+2690,7
@@
${mkdll_ldflags}"
],[
mkdll_ldflags='$(OC_DLL_LDFLAGS) $(LDFLAGS)'
mkdll_ldflags_exp="${oc_dll_ldflags}"
- AS_IF([test -n
${LDFLAGS}
],
+ AS_IF([test -n
"${LDFLAGS}"
],
[mkdll_ldflags_exp="$mkdll_ldflags_exp $LDFLAGS"])
mkexe_ldflags="\$(OC_LDFLAGS) \$(LDFLAGS)"
mkexe_ldflags_exp="${oc_ldflags} ${LDFLAGS}"