/[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.10 by nmav, Sat Sep 28 17:49:13 2002 UTC
# Line 155  AC_MSG_RESULT($use_ssl) Line 155  AC_MSG_RESULT($use_ssl)
155    
156  if test "$use_ssl" = "yes"; then  if test "$use_ssl" = "yes"; then
157    AM_PATH_LIBGNUTLS( 0.5.8,    AM_PATH_LIBGNUTLS( 0.5.8,
158    AC_DEFINE(HAVE_LIBGNUTLS,1, [Have libgnutls]),     AC_DEFINE(HAVE_LIBGNUTLS, 1, [Have libgnutls]),
159       LIBS="$LIBS $LIBGNUTLS_LIBS"
160       CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
161       AC_DEFINE( ENABLE_SSL, 1, [whether to enable ssl]),
162    AC_MSG_ERROR([[    AC_MSG_ERROR([[
163     ***     ***
164     *** libgnutls was not found. You may want to get it from     *** libgnutls was not found. You may want to get it from
165     *** ftp://ftp.gnutls.org/pub/gnutls/     *** ftp://ftp.gnutls.org/pub/gnutls/
166    ]]))    ]]))
167    
   LIBS="$LIBS $LIBGNUTLS_LIBS"  
   CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"  
   AC_DEFINE( ENABLE_SSL, 1, [whether to enable ssl])  
168  fi  fi
169    
170  use_smp=yes  use_smp=yes

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26