Skip to content
Snippets Groups Projects
Commit 3ceb90f1 authored by Oliver Sander's avatar Oliver Sander
Browse files

If it cannot be established that the UG which has been found

has been configured with --enable-dune, then this UG is
considered to be not found.

[[Imported from SVN: r4569]]
parent bc313901
Branches
Tags
No related merge requests found
......@@ -104,8 +104,8 @@ AC_DEFUN([DUNE_PATH_UG],[
AC_MSG_RESULT(yes)
],
[AC_MSG_RESULT(no)
AC_MSG_WARN([UG has not been built with --enable-dune, or you are using an old version of UG!])
#HAVE_UG="0"
AC_MSG_WARN([UG has not been built with --enable-dune!])
HAVE_UG="0"
]
)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment