Changeset: d043ab7d7277 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d043ab7d7277 Modified Files: monetdb_config.h.in Branch: cmake-monetdblite Log Message:
Removed unnecessary check. diffs (13 lines): diff --git a/monetdb_config.h.in b/monetdb_config.h.in --- a/monetdb_config.h.in +++ b/monetdb_config.h.in @@ -233,9 +233,6 @@ /* Define to 1 if you have posix regex */ #cmakedefine HAVE_POSIX_REGEX 1 -/* Define to 1 if you have the <pthread.h> header file. */ -#cmakedefine HAVE_PTHREAD_H 1 - /* Define to 1 if you have the <stdatomic.h> header file */ #cmakedefine HAVE_STDATOMIC_H 1 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
