]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10207 configure.ac: fix typo from ITS#10177
authorHoward Chu <hyc@openldap.org>
Wed, 1 May 2024 14:11:43 +0000 (15:11 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 1 May 2024 14:11:43 +0000 (15:11 +0100)
configure.ac

index 4aeaf17df859c85558dd8d552a9c180bd2f29eb1..1474b45525096400dfe04a380b8784f1d6744466 100644 (file)
@@ -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;;