Skip to content

Commit

Permalink
Include to define bool if AC_INCLUDES_DEFAULT does not.
Browse files Browse the repository at this point in the history
As miner.h does before including adl header, also include stdbool.h to
define the bool type.
  • Loading branch information
chappjc authored and jcvernaleo committed Feb 7, 2016
1 parent c172a7a commit 72afa18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ if test "$found_opencl" = 1; then
[#if defined (__linux__) && !defined(LINUX)
# define LINUX
#endif
#include <stdbool.h>
AC_INCLUDES_DEFAULT()])
CFLAGS=$SAVED_CFLAGS
if test x$have_adl+$have_cgminer_sdk = xfalse+true; then
Expand Down

0 comments on commit 72afa18

Please sign in to comment.