diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 622ec96daf..1f98407435 100644 --- a/configure.ac +++ b/configure.ac @@ -1263,7 +1263,7 @@ if test "$ac_cv_header_numa_h$ac_cv_header_numaif_h" = "yesyes" ; then AC_CHECK_LIB(numa, numa_available,HaveLibNuma=1) fi AC_DEFINE_UNQUOTED([HAVE_LIBNUMA], [$HaveLibNuma], [Define to 1 if you have libnuma]) -if test $HaveLibNuma = "YES" ; then +if test $HaveLibNuma = "1" ; then AC_SUBST([CabalHaveLibNuma],[True]) else AC_SUBST([CabalHaveLibNuma],[False]) |