diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-12 22:22:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-12 22:22:25 +0000 |
commit | f6e2ed23160fd77b83448cf02b272e64e017e7ad (patch) | |
tree | d02839623324994a810b30ae85ad79137a4dda15 | |
parent | 016691b5b11e53528e038dcf2c45955655065df4 (diff) | |
download | tor-f6e2ed23160fd77b83448cf02b272e64e017e7ad.tar tor-f6e2ed23160fd77b83448cf02b272e64e017e7ad.tar.gz |
removed mention of src/op/ from configure
svn:r46
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a7846489e..2852464b3 100644 --- a/configure.in +++ b/configure.in @@ -141,5 +141,5 @@ LIBS="$saved_LIBS -lcrypto" AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h sys/poll.h sys/types.h sys/fcntl.h sys/ioctl.h sys/socket.h sys/time.h netinet/in.h arpa/inet.h errno.h assert.h, , AC_MSG_WARN(some headers were not found, compilation may fail)) -AC_OUTPUT(Makefile src/Makefile src/common/Makefile src/smtpap/Makefile src/orkeygen/Makefile src/httpap/Makefile src/op/Makefile src/or/Makefile) +AC_OUTPUT(Makefile src/Makefile src/common/Makefile src/smtpap/Makefile src/orkeygen/Makefile src/httpap/Makefile src/or/Makefile) |