Skip to content

Commit

Permalink
Don't test for existence of when expanding variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjurfeldt committed Mar 22, 2018
1 parent e1a8fb7 commit c8ae098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -11,7 +11,6 @@ AC_MSG_CHECKING([library directory at])
elif test "${prefix}" != "NONE" ; then
eval pfx="${prefix}"
fi
eval test -d `echo "$libdir" | sed "s,\\${exec_prefix},${pfx},"` &&
eval libdir="`echo "$libdir" | sed "s,\\${exec_prefix},${pfx},"`"
AC_MSG_RESULT($libdir)

Expand Down

0 comments on commit c8ae098

Please sign in to comment.