diff options
-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 |