Browse Source

Merge commit '4d98f04' into bfgminer

Luke Dashjr 12 years ago
parent
commit
e12baebac9
2 changed files with 4 additions and 4 deletions
  1. 1 1
      README
  2. 3 3
      configure.ac

+ 1 - 1
README

@@ -95,7 +95,7 @@ Dependencies:
 
 	libjansson-dev 2.0+  http://www.digip.org/jansson/
 	
-	uthash-dev 1.9.2+    http://troydhanson.github.io/uthash/
+	uthash-dev 1.9.4+    http://troydhanson.github.io/uthash/
 
 Optional Dependencies:
 	Text-User-Interface (TUI): curses dev library; any one of:

+ 3 - 3
configure.ac

@@ -186,15 +186,15 @@ m4_define([BFG_PREPROC_IFELSE],
 
 
 AC_CHECK_DECL([HASH_ITER],[
-	AC_CHECK_DECL([DL_FOREACH_SAFE],[
+	AC_CHECK_DECL([DL_CONCAT],[
 		true
 	],[
-		AC_MSG_ERROR([Could not find DL_FOREACH_SAFE - install uthash-dev 1.9.2+])
+		AC_MSG_ERROR([Could not find DL_FOREACH_SAFE - install uthash-dev 1.9.4+])
 	],[
 		#include <utlist.h>
 	])
 ],[
-	AC_MSG_ERROR([Could not find HASH_ITER - please install uthash-dev 1.9.2+])
+	AC_MSG_ERROR([Could not find HASH_ITER - please install uthash-dev 1.9.4+])
 ],[
 	#include <uthash.h>
 ])