Skip to content

Commit a2e5a70

Browse files
authored
Fix to generic 64 bit linux path
Fix the library path from a non-existing library specialized for SUSE Enterprise Linux to the generic path available and installed by the more recent CPLEX installers
1 parent ee574ce commit a2e5a70

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)