[tor-commits] [tlsdate/debian-master] Don't clear CFLAGS and LIBS; let user pass them to configure.
ioerror at torproject.org
ioerror at torproject.org
Thu Oct 31 10:25:56 UTC 2013
commit 5617dda6eef9e85cd5e5e228f1ad4bf450f8cff4
Author: Taylor R Campbell <campbell at mumble.net>
Date: Thu Apr 18 00:03:49 2013 +0000
Don't clear CFLAGS and LIBS; let user pass them to configure.
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index d1649da..cec02f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -313,8 +313,6 @@ AC_DEFUN([LOCAL_CHECK_FLAGS],[
AC_REQUIRE([AX_APPEND_COMPILE_FLAGS])
AC_LANG_PUSH([C])
AS_IF([test "x$enable_hardened_checks" != xno], [
- CFLAGS=
- LIBS=
AX_APPEND_COMPILE_FLAGS([-g -O1])
], [
AC_MSG_WARN([using hardened flags is HIGHLY RECOMMENDED and disabling them is a BAD IDEA])
More information about the tor-commits
mailing list