Changeset: b8499e0f6dd0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b8499e0f6dd0
Modified Files:
buildtools/conf/MonetDB.m4
Branch: default
Log Message:
merged typo fix from Jun2010
diffs (12 lines):
diff -r b052b2c5ea63 -r b8499e0f6dd0 buildtools/conf/MonetDB.m4
--- a/buildtools/conf/MonetDB.m4 Sun Jul 25 08:13:00 2010 +0200
+++ b/buildtools/conf/MonetDB.m4 Sun Jul 25 08:17:10 2010 +0200
@@ -2360,7 +2360,7 @@
AC_CHECK_LIB(socket, getaddrinfo, [ SOCKET_LIBS="$SOCKET_LIBS -lsocket";
have_getaddrinfo=yes ],
AC_CHECK_LIB(nsl, getaddrinfo, [ SOCKET_LIBS="$SOCKET_LIBS -lnsl" ;
have_getaddrinfo=yes ] ))])
LIBS="$save_LIBS"
-if test "x$have_getaddringo" = xyes; then
+if test "x$have_getaddrinfo" = xyes; then
AC_DEFINE([HAVE_GETADDRINFO], 1, [Define to 1 if you have the
`getaddrinfo' function.])
fi
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list