Browse Source

configure.ac: revert last modif to set STARPU_GLPK_LDFLAGS

Nathalie Furmento 12 years ago
parent
commit
e9471be071
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -1016,6 +1016,7 @@ if test x$enable_memory_stats = xyes; then
 fi
 fi
 
 
 AC_CHECK_HEADERS([glpk.h], [AC_DEFINE([STARPU_HAVE_GLPK_H], [1], [Define to 1 if you have the <glpk.h> header file.])])
 AC_CHECK_HEADERS([glpk.h], [AC_DEFINE([STARPU_HAVE_GLPK_H], [1], [Define to 1 if you have the <glpk.h> header file.])])
+STARPU_HAVE_LIBRARY(GLPK, [glpk])
 AC_CHECK_HEADERS([Ayudame.h])
 AC_CHECK_HEADERS([Ayudame.h])
 
 
 ###############################################################################
 ###############################################################################