Skip to content

Commit c7761c8

Browse files
authored
Merge pull request #14 from fakoor/patch-2
Thanks!
2 parents ee574ce + a2e5a70 commit c7761c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ AS_IF([test "x$with_cplex" != "xno"],
7272

7373
AS_IF([test "x$have_cplex" = "xyes"],
7474
[
75-
AC_SUBST(LP_SOLVER_LIB, [$with_cplex/lib/x86-64_sles10_4.1/static_pic/libcplex.a])
75+
AC_SUBST(LP_SOLVER_LIB, [$with_cplex/lib/x86-64_linux/static_pic/libcplex.a])
7676
AC_SUBST(LP_SOLVER_INCLUDE, [$with_cplex/include])
7777
],
7878
[AS_IF([test "x$with_cplex" = "xyes"],

0 commit comments

Comments
 (0)