From b0b29d8013a0946bdcac80ca52fca440e979076e Mon Sep 17 00:00:00 2001 From: Henry Kroll III Date: Sat, 24 Apr 2010 03:30:46 -0700 Subject: [PATCH] put tcc in /usr/lib64/tcc on distros that have it --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d972bab0..1c84cc8c 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"