Browse Source

configure.ac: make quick-check status available to Makefile.am files

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

+ 1 - 0
configure.ac

@@ -189,6 +189,7 @@ AC_ARG_ENABLE(quick-check, [AS_HELP_STRING([--enable-quick-check],
 if  test x$enable_quick_check = xyes; then
 if  test x$enable_quick_check = xyes; then
 	AC_DEFINE(STARPU_QUICK_CHECK, [1], [enable quick check])
 	AC_DEFINE(STARPU_QUICK_CHECK, [1], [enable quick check])
 fi
 fi
+AM_CONDITIONAL([STARPU_QUICK_CHECK], [test "x$enable_quick_check" = "xyes"])
 
 
 AC_CHECK_HEADERS([malloc.h], [AC_DEFINE([STARPU_HAVE_MALLOC_H], [1], [Define to 1 if you have the <malloc.h> header file.])])
 AC_CHECK_HEADERS([malloc.h], [AC_DEFINE([STARPU_HAVE_MALLOC_H], [1], [Define to 1 if you have the <malloc.h> header file.])])