put tcc in /usr/lib64/tcc on distros that have it
This commit is contained in:
parent
2ab42855cb
commit
b0b29d8013
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue