Skip to content
Snippets Groups Projects
Commit 4c2a5ca9 authored by Markus Blatt's avatar Markus Blatt
Browse files

AC_CHECK_FILE broke cross compilation.

[[Imported from SVN: r4771]]
parent baea73a8
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,11 @@ AC_DEFUN([DUNE_PATH_UG],[
CPPFLAGS="$CPPFLAGS -I$UG_INCLUDE_PATH"
# check for central header
AC_CHECK_FILE([$UG_INCLUDE_PATH/gm.h],
AC_CHECK_HEADER([$UG_INCLUDE_PATH/gm.h],
[UG_CPPFLAGS="-I$UG_INCLUDE_PATH"
HAVE_UG="1"],
[HAVE_UG="0"]
[HAVE_UG="0"
AC_MSG_WARN([gm.h not found in $UG_INCLUDE_PATH]))]
)
# Currently we only check for libug2
......
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