Author: wyoung
Date: Thu Mar  9 10:13:25 2006
New Revision: 1238

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1238&view=rev
Log:
Fixed error in libsocket/libnsl config test which made it fail on Cygwin

Modified:
    branches/v2.1-bakefile/config/socket_nsl.m4

Modified: branches/v2.1-bakefile/config/socket_nsl.m4
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/config/socket_nsl.m4?rev=1238&r1=1237&r2=1238&view=diff
==============================================================================
--- branches/v2.1-bakefile/config/socket_nsl.m4 (original)
+++ branches/v2.1-bakefile/config/socket_nsl.m4 Thu Mar  9 10:13:25 2006
@@ -50,7 +50,7 @@
        AC_MSG_CHECKING([whether -lnsl is needed])
        TRY_LNSL=no
        AC_TRY_LINK(
-               [ #include <sys/netdb.h> ],
+               [ #include <netdb.h> ],
                [ gethostbyname("gna.org"); ],
                AC_MSG_RESULT(no), TRY_LNSL=yes)
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to