Browse Source

don't clobber CFLAGS when configure starts

svn:r598
Roger Dingledine 20 years ago
parent
commit
b23eea3fae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -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],