Skip to content
Snippets Groups Projects
Commit 8fcf2f79 authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

Fix check for --with-ipopt=<nothing here>

[[Imported from SVN: r5146]]
parent 320b9654
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ ac_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
## do nothing if --without-ipopt is used
AS_IF([test x$with_ipopt != xno], [
# is --with-ipopt=bla used?
AS_IF([test "x$with_ipopt" != x], [
AS_IF([test "x$with_ipopt" != xyes], [
AS_IF([! test -d $with_ipopt], [
AC_MSG_WARN([IPOpt directory $with_ipopt does not exist])
], [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment