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

check for headers cstddef of stddef.h. Some versions of ipopt need it

[[Imported from SVN: r7940]]
parent 98719765
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@
AC_DEFUN([DUNE_IPOPT],[
AC_REQUIRE([AC_PROG_CXX])
AC_CHECK_HEADERS(cstddef stddef.h)
AC_ARG_WITH(ipopt,
AC_HELP_STRING([--with-ipopt=PATH],[directory with IPOpt inside]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment