Fix remembering of the libdir option.

[SVN r52754]
This commit is contained in:
Vladimir Prus 2009-05-04 10:43:02 +00:00
parent 8d40e0fbd3
commit 8e350b2668

View file

@ -249,7 +249,7 @@ if test "x$EPREFIX" = x; then
fi
if test "x$LIBDIR" = x; then
LIBDIR="$EXPREFIX/lib"
LIBDIR="$EPREFIX/lib"
fi
if test "x$INCLUDEDIR" = x; then