Explorar el Código

don't clobber CFLAGS when configure starts

svn:r598
Roger Dingledine hace 20 años
padre
commit
b23eea3fae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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],