diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-02-20 17:49:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-02-20 17:49:06 +0000 |
commit | ea1616872c4e33a73879f73426151535da134ccd (patch) | |
tree | edd9efe3d82fdc4f53791debe4168bbc91d1d7ad /etc | |
parent | f43c037855ae05366b8f797c10baf7aaf61d6d06 (diff) |
Set the sed command in the autoconf cache, to avoid picking gnu sed
from ports. Problem remained by espie@.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/config.site | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/config.site b/etc/config.site index d8dfc30c1..ffb719080 100644 --- a/etc/config.site +++ b/etc/config.site @@ -1,4 +1,4 @@ -# $OpenBSD: config.site,v 1.1 2008/05/11 20:58:10 matthieu Exp $ +# $OpenBSD: config.site,v 1.2 2010/02/20 17:49:05 matthieu Exp $ ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu=yes} ac_cv_c_const=${ac_cv_c_const=yes} ac_cv_cxx_compiler_gnu=${ac_cv_cxx_compiler_gnu=yes} @@ -21,3 +21,4 @@ ac_cv_prog_lex_root=${ac_cv_prog_lex_root=lex.yy} ac_cv_prog_lex_yytext_pointer=${ac_cv_prog_lex_yytext_pointer=yes} ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes} lt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=131072} +lt_cv_path_SED=${lt_cv_path_SED=/usr/bin/sed} |