put tcc in /usr/lib64/tcc on distros that have it

master
Henry Kroll III 2010-04-24 03:30:46 -07:00
parent 2ab42855cb
commit b0b29d8013
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -268,7 +268,7 @@ if test x"$libdir" = x""; then
libdir="${execprefix}/lib"
fi
if test x"$tccdir" = x""; then
tccdir="${execprefix}/lib/tcc"
tccdir="${libdir}/tcc"
fi
if test x"$mandir" = x""; then
mandir="${prefix}/man"