Fix local stdlib mode

Use absolute dir
This commit is contained in:
Cédric Pasteur 2011-11-16 16:07:59 +01:00
parent 1a28ed96e8
commit c26644791b
2 changed files with 1794 additions and 1659 deletions

3451
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -53,7 +53,7 @@ AC_CHECK_OCAML_PKG([lablgtk2])
fi
if test "$enable_local_stdlib" = "yes"; then
stdlib_dir=$srcdir/lib
stdlib_dir=$PWD/lib
else
stdlib_dir=$libdir/heptagon
fi