/[hydra]/hydra/configure.in
ViewVC logotype

Diff of /hydra/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by nmav, Tue Oct 1 22:43:39 2002 UTC revision 1.16 by nmav, Wed Oct 2 19:26:15 2002 UTC
# Line 40  AC_FUNC_SETVBUF_REVERSED Line 40  AC_FUNC_SETVBUF_REVERSED
40  AC_FUNC_MMAP  AC_FUNC_MMAP
41  AC_CHECK_FUNCS(getcwd strdup strstr)  AC_CHECK_FUNCS(getcwd strdup strstr)
42  AC_CHECK_FUNCS(gethostname gethostbyname select socket inet_aton)  AC_CHECK_FUNCS(gethostname gethostbyname select socket inet_aton)
43  AC_CHECK_FUNCS(scandir alphasort)  AC_CHECK_FUNCS(scandir alphasort qsort)
44    AC_CHECK_FUNCS(getrlimit setrlimit)
45    
46  AC_CHECK_STRUCT_FOR([  AC_CHECK_STRUCT_FOR([
47  #if TIME_WITH_SYS_TIME  #if TIME_WITH_SYS_TIME
# Line 108  fi Line 109  fi
109    
110  LIBS="$LIBS $MYLIBS"  LIBS="$LIBS $MYLIBS"
111    
 if test $ac_cv_func_scandir = no; then  
   # scandir not defined, add it  
   SCANDIR="scandir.o"  
 fi  
   
 if test $ac_cv_func_alphasort = no; then  
   # alphasort not defined, add it  
   ALPHASORT="alphasort.o"  
 fi  
   
112  # Try to find TCP_CORK and use it if found.  # Try to find TCP_CORK and use it if found.
113  AC_MSG_CHECKING([whether TCP_CORK is a valid TCP socket option])  AC_MSG_CHECKING([whether TCP_CORK is a valid TCP socket option])
114  AC_TRY_COMPILE(  AC_TRY_COMPILE(
# Line 217  if test "$use_hic" = "yes"; then Line 208  if test "$use_hic" = "yes"; then
208    )    )
209  fi  fi
210    
     
 if test $ac_cv_func_strdup = no -o $ac_cv_func_strstr = no; then  
   # strdup or strstr not defined  
   STRUTIL="strutil.o"  
 fi  
   
211  if test -n "$GCC"; then  if test -n "$GCC"; then
212    dnl if we are running gcc, use -pipe    dnl if we are running gcc, use -pipe
213    test -n "$GCC" && CFLAGS="$CFLAGS -pipe"    test -n "$GCC" && CFLAGS="$CFLAGS -pipe"
# Line 291  AC_ARG_WITH(efence, Line 276  AC_ARG_WITH(efence,
276    AC_MSG_RESULT(no)    AC_MSG_RESULT(no)
277  ])  ])
278    
279  dnl For anything that wasn't found but we have source for  AC_CONFIG_FILES([Makefile src/Makefile contrib/Makefile examples/Makefile docs/Makefile])
 AC_SUBST(STRUTIL)  
 AC_SUBST(ALPHASORT)  
 AC_SUBST(SCANDIR)  
   
 AC_CONFIG_FILES([Makefile src/Makefile extras/Makefile contrib/Makefile examples/Makefile docs/Makefile])  
280    
281  AC_OUTPUT  AC_OUTPUT
282    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26