diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-07-16 22:37:00 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-07-16 22:37:00 +0200 |
commit | 7259e3f6049c7a644cb1c797432d29b57a5c0589 (patch) | |
tree | ce7331b7777fd460a516df5f83c788a60ebdc22e /configure.ac | |
parent | facecce176c8fe15653676557c6151c4ea1ca994 (diff) | |
download | tor-7259e3f6049c7a644cb1c797432d29b57a5c0589.tar.gz tor-7259e3f6049c7a644cb1c797432d29b57a5c0589.zip |
Move test_descriptors.txt to an include file
Making the text file work out-of-tree didn't work on windows.
Maybe we can get it working that way later.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 40e2558b15..414c72a42c 100644 --- a/configure.ac +++ b/configure.ac @@ -1407,14 +1407,6 @@ AC_SUBST(BINDIR) LOCALSTATEDIR=`eval echo $localstatedir` AC_SUBST(LOCALSTATEDIR) -case "$srcdir" in - /*) TOP_SRCDIR=$srcdir;; - *) TOP_SRCDIR=$PWD/$srcdir;; -esac - -AH_TEMPLATE([TOP_SRCDIR],[source directory we're building from]) -AC_DEFINE_UNQUOTED(TOP_SRCDIR,"$TOP_SRCDIR") - if test "$bwin32" = true; then # Test if the linker supports the --nxcompat and --dynamicbase options # for Windows |