Changeset: a658f5127e36 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a658f5127e36
Modified Files:
        buildtools/conf/MonetDB.m4
Branch: Jun2010
Log Message:

fixed typo


diffs (12 lines):

diff -r 4c15d3d53020 -r a658f5127e36 buildtools/conf/MonetDB.m4
--- a/buildtools/conf/MonetDB.m4        Sun Jul 25 08:12:07 2010 +0200
+++ b/buildtools/conf/MonetDB.m4        Sun Jul 25 08:16:22 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

Reply via email to