0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 20:23:03 +02:00

bump cvs to 0.0.6pre1

svn:r1532
This commit is contained in:
Roger Dingledine 2004-04-07 21:35:38 +00:00
parent 93801ac40d
commit 7c7301fe92

View File

@ -1,6 +1,6 @@
AC_INIT AC_INIT
AM_INIT_AUTOMAKE(tor, 0.0.5) AM_INIT_AUTOMAKE(tor, 0.0.6pre1)
AM_CONFIG_HEADER(orconfig.h) AM_CONFIG_HEADER(orconfig.h)
CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"
@ -94,7 +94,7 @@ int main(void)
done done
if test -z "$found_crypto" ; then if test -z "$found_crypto" ; then
AC_MSG_ERROR([Could not find working OpenSSL library, please install or check config.log]) AC_MSG_ERROR([Could not find working OpenSSL library, please install or check config.log])
fi fi
if test -z "$ssldir" ; then if test -z "$ssldir" ; then
ssldir="(system)" ssldir="(system)"