[Lemon-commits] [lemon_svn] ladanyi: r1841 - hugo/trunk/config
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:48:07 CET 2006
Author: ladanyi
Date: Mon Apr 25 11:00:47 2005
New Revision: 1841
Modified:
hugo/trunk/config/lp.m4
Log:
bugfix
Modified: hugo/trunk/config/lp.m4
==============================================================================
--- hugo/trunk/config/lp.m4 (original)
+++ hugo/trunk/config/lp.m4 Mon Apr 25 11:00:47 2005
@@ -62,9 +62,9 @@
AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.])
AC_MSG_RESULT([yes])
else
- $GLPK_CFLAGS=""
- $GLPK_LDFLAGS=""
- $GLPK_LIBS=""
+ GLPK_CFLAGS=""
+ GLPK_LDFLAGS=""
+ GLPK_LIBS=""
AC_MSG_RESULT([no])
fi
fi
@@ -137,9 +137,9 @@
AC_DEFINE([HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
AC_MSG_RESULT([yes])
else
- $CPLEX_CFLAGS=""
- $CPLEX_LDFLAGS=""
- $CPLEX_LIBS=""
+ CPLEX_CFLAGS=""
+ CPLEX_LDFLAGS=""
+ CPLEX_LIBS=""
AC_MSG_RESULT([no])
fi
fi
More information about the Lemon-commits
mailing list