[Lemon-commits] [lemon_svn] alpar: r1818 - in hugo/trunk: . config

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:47:56 CET 2006


Author: alpar
Date: Tue Apr 19 08:51:37 2005
New Revision: 1818

Modified:
   hugo/trunk/config/lp.m4
   hugo/trunk/configure.ac

Log:
Fix glpk summary

Modified: hugo/trunk/config/lp.m4
==============================================================================
--- hugo/trunk/config/lp.m4	(original)
+++ hugo/trunk/config/lp.m4	Tue Apr 19 08:51:37 2005
@@ -50,7 +50,7 @@
       }'
 
     AC_LANG_PUSH(C++)
-    AC_LINK_IFELSE([$lx_glpk_test_prog], [lx_glpk_found=yes], [])
+    AC_LINK_IFELSE([$lx_glpk_test_prog], [lx_glpk_found=yes], [lx_glpk_found=no])
     AC_LANG_POP(C++)
 
     CXXFLAGS="$lx_save_cxxflags"

Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac	(original)
+++ hugo/trunk/configure.ac	Tue Apr 19 08:51:37 2005
@@ -65,7 +65,7 @@
 echo C++ compiler.................. : $CXX
 echo C++ compiles flags............ : $CXXFLAGS
 echo
-echo GLPK support.................. : $with_glpk
+echo GLPK support.................. : $lx_glpk_found
 echo
 echo The packace will be installed in
 echo -n '  '



More information about the Lemon-commits mailing list