Remove unnecessary CFLAGS initialization
This commit is contained in:
parent
1196cc11b9
commit
07ad8ad1b2
@ -143,14 +143,6 @@ AC_PROG_CC
|
|||||||
AC_ISC_POSIX
|
AC_ISC_POSIX
|
||||||
AC_PROG_INSTALL
|
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
|
||||||
dnl Checks for libraries
|
dnl Checks for libraries
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user