From 07ad8ad1b2ff9a5ca4ec90c949cadbb061457558 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 20 Sep 2009 13:19:22 +0530 Subject: Remove unnecessary CFLAGS initialization --- configure.ac | 8 -------- 1 file changed, 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 -- cgit v1.2.3