configure.ac
changeset 480 69928a704ffb
parent 375 a637fb9d457b
child 481 7afc121e0689
     1.1 --- a/configure.ac	Mon Jan 12 12:22:11 2009 +0000
     1.2 +++ b/configure.ac	Mon Jan 12 12:22:11 2009 +0000
     1.3 @@ -54,6 +54,9 @@
     1.4  #LX_CHECK_CPLEX
     1.5  #LX_CHECK_SOPLEX
     1.6  
     1.7 +AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
     1.8 +AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
     1.9 +
    1.10  dnl Disable/enable building the demo programs.
    1.11  AC_ARG_ENABLE([demo],
    1.12  AS_HELP_STRING([--enable-demo], [build the demo programs])