diff options
| author | Henry Kroll III <henry@comptune.com> | 2010-04-24 03:30:46 -0700 |
|---|---|---|
| committer | Henry Kroll III <henry@comptune.com> | 2010-04-24 03:30:46 -0700 |
| commit | b0b29d8013a0946bdcac80ca52fca440e979076e (patch) | |
| tree | 5ebb6ab55c41da753d057021432a73f3c0dae110 /configure | |
| parent | 2ab42855cb2e1501fcc892f3159f9a957b4f538f (diff) | |
| download | tinycc-b0b29d8013a0946bdcac80ca52fca440e979076e.tar.gz tinycc-b0b29d8013a0946bdcac80ca52fca440e979076e.tar.bz2 | |
put tcc in /usr/lib64/tcc on distros that have it
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
