]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check really
authorRalf Habacker <ralf.habacker@freenet.de>
Thu, 8 Mar 2007 08:36:47 +0000 (08:36 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 8 Mar 2007 08:36:47 +0000 (08:36 +0000)
ChangeLog
cmake/ConfigureChecks.cmake

index 09e46b2497df828d442871eaab6aca72ad0956e7..8da8662450824554dcb72d4c6ea98048d142c6f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
+
+       * cmake/ConfigureChecks.cmake: fixed socketpair check
+
 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
 
        * bus/dispatch.c: disabled segfault test on win32 for now
index ec80e74a5d01a557085c03fa75a30e0bc551aaad..7798ecc4c8325cbe9577fa07f05b91fc81c6bca6 100644 (file)
@@ -20,9 +20,10 @@ check_symbol_exists(getpeerucred "ucred.h"          HAVE_GETPEERUCRED)       #
 check_symbol_exists(nanosleep    "time.h"           HAVE_NANOSLEEP)          #  dbus-sysdeps.c
 check_symbol_exists(getpwnam_r   "errno.h pwd.h"    HAVE_POSIX_GETPWNAM_R)   #  dbus-sysdeps-util-unix.c
 check_symbol_exists(setenv       "stdlib.h"         HAVE_SETENV)             #  dbus-sysdeps.c
-check_symbol_exists(socketpair   "sys/socket.h.h"   HAVE_SOCKETPAIR)         #  dbus-sysdeps.c
+check_symbol_exists(socketpair   "sys/socket.h"     HAVE_SOCKETPAIR)         #  dbus-sysdeps.c
 check_symbol_exists(unsetenv     "stdlib.h"         HAVE_UNSETENV)           #  dbus-sysdeps.c
 check_symbol_exists(writev       "sys/uio.h"        HAVE_WRITEV)             #  dbus-sysdeps.c, dbus-sysdeps-win.c
+check_symbol_exists(setrlimit    "sys/resource.h"   HAVE_SETRLIMIT)          #  dbus-sysdeps.c, dbus-sysdeps-win.c, test/test-segfault.c
 
 check_struct_member(cmsgcred cmcred_pid "sys/types.h sys/socket.h" HAVE_CMSGCRED)   #  dbus-sysdeps.c