$EGREP and $SED are not defined in configure
| Bug #35735 | $EGREP and $SED are not defined in configure | ||||
|---|---|---|---|---|---|
| Submitted: | 2005-12-19 23:19 UTC | Modified: | 2005-12-19 23:29 UTC | ||
| From: | selsky at columbia dot edu | Assigned: | |||
| Status: | Closed | Package: | Compile Failure | ||
| PHP Version: | 4CVS-2005-12-19 (snap) | OS: | Solaris | ||
| Private report: | No | CVE-ID: | None | ||
[2005-12-19 23:19 UTC] selsky at columbia dot edu
Description: ------------ $EGREP is not defined in ./configure since the following is missing from ext/curl/config.m4: dnl properly set EGREP for AC_EGREP_CPP later on AC_CHECK_PROG(EGREP, egrep, grep -E) AC_SUBST(EGREP) Reproduce code: --------------- $ ./configure --with-openssl=/opt/openssl-0.9.7i --with-curl=/opt/curl-7.11.1 Expected result: ---------------- [...] checking for SSL support in libcurl... yes Actual result: -------------- [...] checking for SSL support in libcurl... ../../src/configure: SSL: not found no
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-12-19 23:29 UTC] sniper@php.net