dbus/cmake ConfigureChecks.cmake,1.1,1.2
Ralf Habacker
rhabacker at kemper.freedesktop.org
Thu Mar 8 00:36:49 PST 2007
Update of /cvs/dbus/dbus/cmake
In directory kemper:/tmp/cvs-serv22157/cmake
Modified Files:
ConfigureChecks.cmake
Log Message:
* cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check really
Index: ConfigureChecks.cmake
===================================================================
RCS file: /cvs/dbus/dbus/cmake/ConfigureChecks.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ConfigureChecks.cmake 3 Mar 2007 14:32:17 -0000 1.1
+++ ConfigureChecks.cmake 8 Mar 2007 08:36:47 -0000 1.2
@@ -20,9 +20,10 @@
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
More information about the dbus-commit
mailing list