aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-04-24 03:30:46 -0700
committerHenry Kroll III <henry@comptune.com>2010-04-24 03:30:46 -0700
commitb0b29d8013a0946bdcac80ca52fca440e979076e (patch)
tree5ebb6ab55c41da753d057021432a73f3c0dae110
parent2ab42855cb2e1501fcc892f3159f9a957b4f538f (diff)
downloadtinycc-b0b29d8013a0946bdcac80ca52fca440e979076e.tar.gz
tinycc-b0b29d8013a0946bdcac80ca52fca440e979076e.tar.bz2
put tcc in /usr/lib64/tcc on distros that have it
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d972bab..1c84cc8 100755
--- a/configure
+++ b/configure
@@ -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"