We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee574ce + a2e5a70 commit c7761c8Copy full SHA for c7761c8
configure.ac
@@ -72,7 +72,7 @@ AS_IF([test "x$with_cplex" != "xno"],
72
73
AS_IF([test "x$have_cplex" = "xyes"],
74
[
75
- AC_SUBST(LP_SOLVER_LIB, [$with_cplex/lib/x86-64_sles10_4.1/static_pic/libcplex.a])
+ AC_SUBST(LP_SOLVER_LIB, [$with_cplex/lib/x86-64_linux/static_pic/libcplex.a])
76
AC_SUBST(LP_SOLVER_INCLUDE, [$with_cplex/include])
77
],
78
[AS_IF([test "x$with_cplex" = "xyes"],
0 commit comments