]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10221 - Remove extraneous quote
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 3 Jun 2024 15:08:22 +0000 (15:08 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 3 Jun 2024 15:08:22 +0000 (15:08 +0000)
configure.ac

index a5548437ea246ecc6b6aacbf1da365276e287201..342e401a4a5458c9041d88d93339d1a352fce2b1 100644 (file)
@@ -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;;