Kaynağa Gözat

configure.ac: revert last modif to set STARPU_GLPK_LDFLAGS

Nathalie Furmento 12 yıl önce
ebeveyn
işleme
e9471be071
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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])
 
 ###############################################################################