diff options
| author | foobar <sniper@php.net> | 2002-10-16 16:21:13 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-10-16 16:21:13 +0000 |
| commit | aa1ddac8adabf2f7536555b377f18e3302ebac1e (patch) | |
| tree | d93824361bef5894b861a625c80a68f3d3168390 /acinclude.m4 | |
| parent | 9f158fc9c0c6bc85b622f759d731c1178131d7d6 (diff) | |
| download | php-git-aa1ddac8adabf2f7536555b377f18e3302ebac1e.tar.gz | |
- Fix typo..
#
# Note: This is not used at all yet..waiting for comments first. :)
#
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2f52a4085c..1f32e375c8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1807,7 +1807,7 @@ $debug || done rm -rf "$tmp" ]) -if test -z "$SED"; then +if test -z "$ac_cv_path_sed"; then AC_MSG_ERROR([Could not find working sed on this system. Please install GNU sed.]) else SED=$ac_cv_path_sed |
