diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-07 21:35:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-07 21:35:38 +0000 |
commit | 7c7301fe926a9ca0f48ed645f3c4a92466477ce1 (patch) | |
tree | f6ba5df625517ddb5b8c634395aa556d3836452b /configure.in | |
parent | 93801ac40de18a7a6f644930795c2d1933c698cc (diff) | |
download | tor-7c7301fe926a9ca0f48ed645f3c4a92466477ce1.tar.gz tor-7c7301fe926a9ca0f48ed645f3c4a92466477ce1.zip |
bump cvs to 0.0.6pre1
svn:r1532
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index ab9ad001eb..5944e886f9 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.5) +AM_INIT_AUTOMAKE(tor, 0.0.6pre1) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include" @@ -94,7 +94,7 @@ int main(void) done 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 if test -z "$ssldir" ; then ssldir="(system)" |