mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Define LOCALSTATEDIR in orconfig.h
svn:r4171
This commit is contained in:
parent
4666b801fa
commit
86e73d7005
@ -329,6 +329,8 @@ AC_SUBST(BINDIR)
|
||||
|
||||
LOCALSTATEDIR=`eval echo $localstatedir`
|
||||
AC_SUBST(LOCALSTATEDIR)
|
||||
AC_DEFINE_UNQUOTED(LOCALSTATEDIR,"$LOCALSTATEDIR")
|
||||
AC_DEFINE([LOCALSTATEDIR], [], [Default location to store state files.])
|
||||
|
||||
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
|
||||
# than autoconf's macros like.
|
||||
|
Loading…
Reference in New Issue
Block a user