[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2010-01-13 14:25:13
Message-ID: 1263392713.296021.32147.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1074139 by reed:

Fix detection of getgrouplist on Mac OS X.  unistd.h should be safe on supported platforms.

 M  +1 -1      ConfigureChecks.cmake  


--- trunk/KDE/kdelibs/ConfigureChecks.cmake #1074138:1074139
@@ -101,7 +101,7 @@
 check_symbol_exists(S_ISSOCK        "sys/stat.h"               HAVE_S_ISSOCK)    # config.h
 check_symbol_exists(vsnprintf       "stdio.h"                  HAVE_VSNPRINTF)   # config.h
 check_symbol_exists(posix_madvise   "sys/mman.h"               HAVE_MADVISE)     # kdecore, kdeui
-check_symbol_exists(getgrouplist    "grp.h"                    HAVE_GETGROUPLIST)# kdecore/fakes.c
+check_symbol_exists(getgrouplist    "unistd.h;grp.h"           HAVE_GETGROUPLIST)# kdecore/fakes.c
 
 check_function_exists(posix_fadvise    HAVE_FADVISE)                  # kioslave
 check_function_exists(backtrace        HAVE_BACKTRACE)                # kdecore, kio
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic