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

tested on wrong variable

[[Imported from SVN: r2323]]
parent a8f2e833
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ AC_DEFUN([DUNE_PATH_UG],[
# is --with-ug=bla used?
if test "x$with_ug" != x ; then
if ! test -d $UGROOT; then
AC_MSG_WARN([directory $with_ug does not exist!])
if ! test -d $with_ug; then
AC_MSG_WARN([UG directory $with_ug does not exist!])
else
# expand tilde / other stuff
UGROOT=`cd $with_ug && pwd`
......
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