#At file:///home/kgeorge/mysql/work/wl1054-next-mr/ based on revid:georgi.kodinov@stripped
2968 Georgi Kodinov 2010-06-30
Fixed a typo in the gnu build file
modified:
plugin/auth/plug.in
=== modified file 'plugin/auth/plug.in'
--- a/plugin/auth/plug.in 2010-06-29 14:57:29 +0000
+++ b/plugin/auth/plug.in 2010-06-30 13:32:30 +0000
@@ -5,9 +5,8 @@ AC_COMPILE_IFELSE([
AC_LANG_PROGRAM([[
#define _GNU_SOURCE
#include <sys/socket.h>
-]],[[
+]],[
struct ucred cred;
getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, 0);
-]])],have_peercred=yes)
+])],have_peercred=yes)
AM_CONDITIONAL(HAVE_PEERCRED, test x$have_peercred = xyes)
-])
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20100630133230-avnfustm784cvh2i.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-wl1054 branch (Georgi.Kodinov:2968) | Georgi Kodinov | 30 Jun |