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"
|
libdir="${execprefix}/lib"
|
||||||
fi
|
fi
|
||||||
if test x"$tccdir" = x""; then
|
if test x"$tccdir" = x""; then
|
||||||
tccdir="${execprefix}/lib/tcc"
|
tccdir="${libdir}/tcc"
|
||||||
fi
|
fi
|
||||||
if test x"$mandir" = x""; then
|
if test x"$mandir" = x""; then
|
||||||
mandir="${prefix}/man"
|
mandir="${prefix}/man"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue