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

Diff of /hydra/configure.in

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

revision 1.9 by nmav, Sat Sep 28 10:40:14 2002 UTC revision 1.13 by nmav, Mon Sep 30 18:34:40 2002 UTC
# Line 4  AC_PREREQ(2.50) Line 4  AC_PREREQ(2.50)
4    
5  AC_INIT  AC_INIT
6    
7  SERVER_VERSION="0.0.3"  SERVER_VERSION="0.0.4"
8  AC_DEFINE_UNQUOTED(SERVER_VERSION, "$SERVER_VERSION", [Version of Hydra])  AC_DEFINE_UNQUOTED(SERVER_VERSION, "$SERVER_VERSION", [Version of Hydra])
9  AC_DEFINE_UNQUOTED(SERVER_NAME, "Hydra", [Name of the server])  AC_DEFINE_UNQUOTED(SERVER_NAME, "Hydra", [Name of the server])
10    
# Line 30  AC_CHECK_HEADERS(getopt.h netinet/tcp.h) Line 30  AC_CHECK_HEADERS(getopt.h netinet/tcp.h)
30    
31  dnl Checks for typedefs, structures, and compiler characteristics.  dnl Checks for typedefs, structures, and compiler characteristics.
32  AC_C_CONST  AC_C_CONST
33    AC_C_INLINE
34  AC_TYPE_UID_T  AC_TYPE_UID_T
35  AC_TYPE_PID_T  AC_TYPE_PID_T
36  AC_HEADER_TIME  AC_HEADER_TIME
# Line 155  AC_MSG_RESULT($use_ssl) Line 156  AC_MSG_RESULT($use_ssl)
156    
157  if test "$use_ssl" = "yes"; then  if test "$use_ssl" = "yes"; then
158    AM_PATH_LIBGNUTLS( 0.5.8,    AM_PATH_LIBGNUTLS( 0.5.8,
159    AC_DEFINE(HAVE_LIBGNUTLS,1, [Have libgnutls]),     AC_DEFINE(HAVE_LIBGNUTLS, 1, [Have libgnutls])
160    AC_MSG_ERROR([[     LIBS="$LIBS $LIBGNUTLS_LIBS"
161       CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
162       AC_DEFINE( ENABLE_SSL, 1, [whether to enable ssl]),
163      AC_MSG_WARN([[
164     ***     ***
165     *** libgnutls was not found. You may want to get it from     *** libgnutls was not found. You may want to get it from
166     *** ftp://ftp.gnutls.org/pub/gnutls/     *** ftp://ftp.gnutls.org/pub/gnutls/
167    ]]))    ]]))
168    
   LIBS="$LIBS $LIBGNUTLS_LIBS"  
   CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"  
   AC_DEFINE( ENABLE_SSL, 1, [whether to enable ssl])  
169  fi  fi
170    
171  use_smp=yes  use_smp=yes

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26