Commit 86ae63af authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

tor: explain why we use -std=gnu99



[Missed from 5cf5b390 (fix building if GCC's C standard is not gnu99)]
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 558caf4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ else
TOR_CONF_OPTS += --disable-seccomp
endif

# uses gnu extensions
TOR_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'

$(eval $(autotools-package))