Sfoglia il codice sorgente

configure.ac: revert last modif to set STARPU_GLPK_LDFLAGS

Nathalie Furmento 12 anni fa
parent
commit
e9471be071
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -1016,6 +1016,7 @@ if test x$enable_memory_stats = xyes; then
 fi
 
 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])
 
 ###############################################################################