mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
ITS#10207 configure.ac: fix typo from ITS#10177
This commit is contained in:
parent
6d5400a2c7
commit
a5900cb79f
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,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;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue