From kde-commits Sat Apr 08 16:15:40 2006 From: Ian Reinhart Geiser Date: Sat, 08 Apr 2006 16:15:40 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1144512940.282391.21822.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114451294922004 SVN commit 527549 by geiseri: Help KJS find the correct pthreads functions on linux. M +4 -1 ConfigureChecks.cmake M +7 -4 config.h.cmake --- trunk/KDE/kdelibs/ConfigureChecks.cmake #527548:527549 @@ -120,7 +120,7 @@ set(GSSAPI_MIT 0) endif(GSSAPI_FOUND) -# FIXME: Make this changeable! +# FIXME: Make this changeable! # khtml svg support set(SVG_SUPPORT 1) @@ -288,7 +288,10 @@ check_function_exists(__argz_count HAVE___ARGZ_COUNT) check_function_exists(__argz_next HAVE___ARGZ_NEXT) check_function_exists(__argz_stringify HAVE___ARGZ_STRINGIFY) +check_function_exists(pthread_getattr_np HAVE_PTHREAD_GETATTR_NP) +check_function_exists(pthread_attr_get_np HAVE_PTHREAD_ATTR_GET_NP) + check_library_exists(utempter addToUtmp "" HAVE_UTEMPTER) check_library_exists(crypt crypt "" HAVE_CRYPT) check_library_exists(volmgt volmgt_running "" HAVE_VOLMGT) --- trunk/KDE/kdelibs/config.h.cmake #527548:527549 @@ -10,7 +10,7 @@ #define HAVE_MITSHM 1 #define HAVE_PRELOADED_SYMBOLS 1 /* Define if libtool can extract symbol lists from object files. */ #define HAVE_SGI_STL 1 -#undef HAVE_DNOTIFY +#undef HAVE_DNOTIFY #cmakedefine HAVE_DNSSD 1 @@ -165,7 +165,7 @@ #cmakedefine HAVE_SYS_TIME_H 1 #cmakedefine HAVE_SYS_TIMEB_H 1 #cmakedefine HAVE_SYS_SELECT_H 1 -#cmakedefine HAVE_SYS_STROPTS_H 1 +#cmakedefine HAVE_SYS_STROPTS_H 1 #cmakedefine HAVE_SYS_BITYPES_H 1 #cmakedefine HAVE_SYSENT_H 1 #cmakedefine HAVE_SYS_MNTTAB_H 1 @@ -220,7 +220,7 @@ #cmakedefine HAVE_BACKTRACE 1 #cmakedefine HAVE_BCOPY 1 -#cmakedefine HAVE_CRYPT 1 +#cmakedefine HAVE_CRYPT 1 #cmakedefine HAVE_FADVISE 1 #cmakedefine HAVE_FREEADDRINFO 1 #cmakedefine HAVE_FUNC__FINITE 1 @@ -302,7 +302,10 @@ #cmakedefine HAVE___ARGZ_COUNT 1 #cmakedefine HAVE___ARGZ_NEXT 1 #cmakedefine HAVE___ARGZ_STRINGIFY 1 +#cmakedefine HAVE_PTHREAD_GETATTR_NP 1 +#cmakedefine HAVE_PTHREAD_ATTR_GET_NP 1 + /* this one seems to be unused: cmakedefine HAVE__ICETRANSNOLISTEN */ @@ -324,7 +327,7 @@ #cmakedefine HAVE_SRANDOM_PROTO 1 #cmakedefine HAVE_SETENV_PROTO 1 #cmakedefine HAVE_UNSETENV_PROTO 1 -#cmakedefine HAVE_USLEEP_PROTO 1 +#cmakedefine HAVE_USLEEP_PROTO 1 #cmakedefine HAVE_RES_INIT_PROTO 1 #cmakedefine HAVE_GETHOSTNAME_PROTO 1 #cmakedefine HAVE_INITGROUPS_PROTO 1