Browse Source

fix comment

Samuel Thibault 14 years ago
parent
commit
c20a649949
1 changed files with 5 additions and 3 deletions
  1. 5 3
      m4/libs.m4

+ 5 - 3
m4/libs.m4

@@ -43,9 +43,11 @@ AC_DEFUN([STARPU_CHECK_LIB], [dnl
 	AC_SUBST(STARPU_$1_LDFLAGS)
 ])dnl
 
-# AC_HAVE_LIBRARY(NAME, LIBRARY,
-#                 [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
-#                 [OTHER-LIBRARIES])
+# STARPU_HAVE_LIBRARY(NAME, LIBRARY,
+#                     [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
+#                     [OTHER-LIBRARIES])
+# Like AC_HAVE_LIBRARY, but puts -l flags into $1_LDFLAGS instead of LIBS, and
+# AC_SUBSTs it
 AC_DEFUN([STARPU_HAVE_LIBRARY], [dnl
 STARPU_CHECK_LIB([$1], [$2], main, [$3], [$4], [$5])
 ])dnl