]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10221 - Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 3 Jun 2024 15:09:11 +0000 (15:09 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 3 Jun 2024 15:09:11 +0000 (15:09 +0000)
configure

index d79ff31317212acb583697dd60a4b7e64942d731..8d04e891a884a164c53d0c5999596a8d5004f8d3 100755 (executable)
--- a/configure
+++ b/configure
@@ -14157,7 +14157,7 @@ fi
                        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;;