projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff60ed5
)
[PATCH] ITS#10221 - Remove extraneous quote
author
Quanah Gibson-Mount
<quanah@openldap.org>
Mon, 3 Jun 2024 15:08:22 +0000
(15:08 +0000)
committer
Ryan Tandy
<ryan@nardis.ca>
Sun, 14 Jul 2024 21:37:43 +0000
(14:37 -0700)
Gbp-Pq: Name ITS-10221-Remove-extraneous-quote.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d231e0edf320928b99e14ea45d9d9b994955129b..e00d3803fa23f77979fec7337876aba82e7367a7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-746,7
+746,7
@@
if test $ol_enable_perl != no ; then
PERL_CPPFLAGS="$PERL_CPPFLAGS $opt"
done
PERL_LDFLAGS=""
- for opt in `$PERLBIN
"
-MExtUtils::Embed -e ldopts`; do
+ for opt in `$PERLBIN -MExtUtils::Embed -e ldopts`; do
case "$opt" in
"-lc" )
continue;;