Skip to content
Snippets Groups Projects
Commit 3b2da974 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Added warning when X not found and test is skipped

[[Imported from SVN: r3619]]
parent 5b4e52fc
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
AC_DEFUN([DUNE_PATH_GRAPE],[
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PATH_XTRA])
AC_REQUIRE([DUNE_PATH_OPENGL])
AC_ARG_WITH(grape,
......@@ -90,6 +89,7 @@ fi
if test x$HAVE_GRAPE = x1 ; then
with_grape="yes"
else
AC_MSG_WARN([X libs,includes not found, skipping Grape test !!!])
with_grape="no"
fi
......
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