mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:33:08 +03:00
unfold line
This commit is contained in:
parent
04d41da24b
commit
b555ce8836
1 changed files with 1 additions and 2 deletions
|
|
@ -280,8 +280,7 @@ AS_HELP_STRING([--with-rustls=PATH],[where to look for Rustls, PATH points to th
|
|||
fi
|
||||
])
|
||||
|
||||
AC_PATH_PROG(PERL, perl,,
|
||||
$PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin)
|
||||
AC_PATH_PROG(PERL, perl,, $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin)
|
||||
AC_SUBST(PERL)
|
||||
AM_CONDITIONAL(PERL, test -n "$PERL")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue