diff options
author | Alexey Neyman <stilor@att.net> | 2018-01-08 17:06:30 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:02:33 -0700 |
commit | 576dcc3fee5b949cbf439fd95ab642dfcfe51a74 (patch) | |
tree | f34ccdaf79a0f4a86ddc6f1e9e459fa6626f172e /configure.ac | |
parent | d401afbddaae56093cce388e62f7ba4d9d68a327 (diff) | |
download | crosstool-ng-576dcc3fee5b949cbf439fd95ab642dfcfe51a74.tar.gz crosstool-ng-576dcc3fee5b949cbf439fd95ab642dfcfe51a74.tar.bz2 crosstool-ng-576dcc3fee5b949cbf439fd95ab642dfcfe51a74.zip |
Remove special handling of dpkg-buildflags
Instead, just honor CFLAGS/CPPFLAGS/LDFLAGS as they're passed down from
configure. This brings the build process in compliance with the
recommended practices.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 72198d1e..7913aa06 100644 --- a/configure.ac +++ b/configure.ac @@ -235,8 +235,6 @@ CTNG_SET_KCONFIG_OPTION([svn]) AC_CHECK_PROGS([git], [git]) CTNG_SET_KCONFIG_OPTION([git]) -AC_CHECK_PROGS([DPKG_BUILDFLAGS], [dpkg-buildflags]) - # FIXME why checking if not using the result? We don't provide replacemant malloc/alloca/... AC_C_INLINE AC_HEADER_STDC |