Skip to content
Snippets Groups Projects
Commit 5610f1b7 authored by Christian Engwer's avatar Christian Engwer
Browse files

tests on wrong variable

[[Imported from SVN: r2324]]
parent 5ee6f747
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if test x$with_amiramesh != xno ; then
# is --with-amiramesh=bla used?
if test "x$with_amiramesh" != x ; then
if ! test -d $AMIRAMESHROOT; then
if ! test -d $with_amiramesh; then
AC_MSG_WARN([Amiramesh directory $with_amiramesh does not exist])
else
# expand tilde / other stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment