diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:19:22 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:19:22 +0530 |
commit | 07ad8ad1b2ff9a5ca4ec90c949cadbb061457558 (patch) | |
tree | f05ca6bdbb3888a2655c2c1c037083645f089663 | |
parent | 1196cc11b9b535b562b37cfb6a8776ae72d49fb9 (diff) | |
download | tinyproxy-07ad8ad1b2ff9a5ca4ec90c949cadbb061457558.tar.gz tinyproxy-07ad8ad1b2ff9a5ca4ec90c949cadbb061457558.zip |
Remove unnecessary CFLAGS initialization
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 1fe0b41..5c81478 100644 --- a/configure.ac +++ b/configure.ac @@ -143,14 +143,6 @@ AC_PROG_CC AC_ISC_POSIX AC_PROG_INSTALL -dnl If a CFLAGS variable was passed during configure, set the initial -dnl CFLAGS variable to it; otherwise, start with an empty CFLAGS -if test x"$ac_env_CFLAGS_set" = x"set" ; then - CFLAGS=$ac_env_CFLAGS_value -else - CFLAGS="" -fi - dnl dnl Checks for libraries dnl |