[Lemon-commits] [lemon_svn] alpar: r1835 - hugo/trunk/config
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:48:04 CET 2006
Author: alpar
Date: Fri Apr 22 19:53:26 2005
New Revision: 1835
Modified:
hugo/trunk/config/lp.m4
Log:
Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was given.
Modified: hugo/trunk/config/lp.m4
==============================================================================
--- hugo/trunk/config/lp.m4 (original)
+++ hugo/trunk/config/lp.m4 Fri Apr 22 19:53:26 2005
@@ -13,6 +13,7 @@
AS_HELP_STRING([--with-glpk-libdir=DIR], [search for GLPK libraries in DIR]),
[], [with_glpk_libdir=no])
+ lx_glpk_found=no
if test x"$with_glpk" != x"no"; then
AC_MSG_CHECKING([for GLPK])
@@ -86,6 +87,7 @@
AS_HELP_STRING([--with-cplex-libdir=DIR], [search for CPLEX libraries in DIR]),
[], [with_cplex_libdir=no])
+ lx_cplex_found=no
if test x"$with_cplex" != x"no"; then
AC_MSG_CHECKING([for CPLEX])
More information about the Lemon-commits
mailing list