You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/06/08 04:58:32 UTC

svn commit: r189501 - /xerces/c/branches/jberry/3.0-unstable/configure.ac

Author: jberry
Date: Tue Jun  7 19:58:30 2005
New Revision: 189501

URL: http://svn.apache.org/viewcvs?rev=189501&view=rev
Log:
Try to enable socket on Solaris, w/Greg Franks

Modified:
    xerces/c/branches/jberry/3.0-unstable/configure.ac

Modified: xerces/c/branches/jberry/3.0-unstable/configure.ac
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure.ac?rev=189501&r1=189500&r2=189501&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure.ac (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure.ac Tue Jun  7 19:58:30 2005
@@ -49,6 +49,8 @@
 # Checks for libraries.
 # FIXME: Replace `main' with a function in `-lc':
 #AC_CHECK_LIB([c], [main])
+AC_CHECK_LIB([socket], [socket])
+AC_CHECK_LIB([nsl], [gethostbyname])
 
 # Checks for header files.
 AC_HEADER_STDC
@@ -93,7 +95,7 @@
 #AC_FUNC_STRTOD
 AC_CHECK_FUNCS([clock_gettime ftime getcwd gethostbyaddr gethostbyname gettimeofday localeconv \
 				mblen memmove memset nl_langinfo pathconf realpath setlocale socket \
-				strcasecmp strncasecmp stricmp strnicmp strchr strdup strncasecmp \
+				strcasecmp strncasecmp stricmp strnicmp strchr strdup \
 				strrchr strstr strtol strtoul \
 				towupper towlower iswspace \
 				])



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org