From b309ad9b4a3e4ff2d6d3a6e6270d37355a798bb1 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang-solutions.com>
Date: Fri, 10 Jan 2014 17:16:15 +0100
Subject: ose: Fix check for HAVE_OSE_SPI_H

---
 erts/aclocal.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'erts')

diff --git a/erts/aclocal.m4 b/erts/aclocal.m4
index 09d0f0194c..c51c26794a 100644
--- a/erts/aclocal.m4
+++ b/erts/aclocal.m4
@@ -1112,7 +1112,7 @@ case "$THR_LIB_NAME" in
 		   [Define if you have OSE style threads])
 		ETHR_THR_LIB_BASE_DIR=ose
 		AC_CHECK_HEADER(ose_spi/ose_spi.h,
-		  AC_DEFINE(HAVE_OSE_SPI, 1,
+		  AC_DEFINE(HAVE_OSE_SPI_H, 1,
 		    [Define if you have the "ose_spi/ose_spi.h" header file.]))
 		;;
 	esac
-- 
cgit v1.2.3