]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
removed mention of src/op/ from configure
authorRoger Dingledine <arma@torproject.org>
Fri, 12 Jul 2002 22:22:25 +0000 (22:22 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 12 Jul 2002 22:22:25 +0000 (22:22 +0000)
svn:r46

configure.in

index a7846489e41c6cb8873689316ff4591cf6b8b830..2852464b3848fadbe1ae43df95362b1290737ebe 100644 (file)
@@ -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)