]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 1 May 2024 16:23:41 +0000 (16:23 +0000)
configure.ac

index 8303e76f630dbd528376f9bf7568d0b3bd0c781d..642b439ed2a275613000b083ad397d6db0b4b118 100644 (file)
@@ -745,7 +745,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;;