summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 38256cd60f..8cf655e96c 100755
--- a/configure
+++ b/configure
@@ -3644,7 +3644,7 @@ fi
if test -z "$_livelibdir" ; then
- for I in $_libdir/live /usr/lib/live /usr/local/lib/live; do
+ for I in $_libdir/live /usr/lib/live /usr/local/live /usr/local/lib/live; do
if test -d "$I" ; then
_livelibdir="$I"
break;