diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-16 23:57:08 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-16 23:57:08 +0100 |
commit | dd0ff8219b749f89ae66261830d10f1c27940b19 (patch) | |
tree | 285554b47fc2f7ecfbd0d213b7d237afc2276265 /configure.ac | |
parent | 4e16c593782e65abeb53a6bff621146261127da0 (diff) | |
download | blogc-dd0ff8219b749f89ae66261830d10f1c27940b19.tar.gz blogc-dd0ff8219b749f89ae66261830d10f1c27940b19.tar.bz2 blogc-dd0ff8219b749f89ae66261830d10f1c27940b19.zip |
make: do not require pthreads
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6e6b490..2dfc43e 100644 --- a/configure.ac +++ b/configure.ac @@ -106,9 +106,6 @@ AS_IF([test "x$enable_make" = "xyes" -o "x$enable_make_embedded" = "xyes"], [ AC_CHECK_HEADERS([dirent.h fcntl.h libgen.h sys/stat.h sys/wait.h time.h unistd.h],, [ AC_MSG_ERROR([blogc-make tool requested but required headers not found]) ]) - AX_PTHREAD([], [ - AC_MSG_ERROR([blogc-make tool requested but pthread is not supported]) - ]) have_make_lib=yes AS_IF([test "x$enable_make_embedded" = "xyes"], [ MAKE_="enabled (embedded)" |