Browse Source

fix addon_dir

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@235 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
wingo 23 years ago
parent
commit
04161effd1
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      acinclude.m4

+ 5
- 1
acinclude.m4 View File

@@ -17,7 +17,11 @@ AC_DEFUN(AS_AC_EXPAND,
fi
exec_prefix_save=$exec_prefix
if test "x$exec_prefix" = "xNONE"; then
exec_prefix=/usr/local
if test "x$prefix_save" = "xNONE"; then
exec_prefix=/usr/local
else
exec_prefix=$prefix
fi
fi

full_var="$FROM_VAR"


Loading…
Cancel
Save