mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
don't clobber CFLAGS when configure starts
svn:r598
This commit is contained in:
parent
75170f052b
commit
b23eea3fae
@ -3,7 +3,7 @@ AC_INIT
|
||||
AM_INIT_AUTOMAKE(tor, 0.0.2pre12)
|
||||
AM_CONFIG_HEADER(orconfig.h)
|
||||
|
||||
CFLAGS="-Wall -O2 -I/usr/kerberos/include"
|
||||
CFLAGS="$CFLAGS -Wall -O2 -I/usr/kerberos/include"
|
||||
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug compiles with debugging info],
|
||||
|
Loading…
Reference in New Issue
Block a user