summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-01-09 01:06:30 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:02:33 (GMT)
commit576dcc3fee5b949cbf439fd95ab642dfcfe51a74 (patch)
treef34ccdaf79a0f4a86ddc6f1e9e459fa6626f172e /configure.ac
parentd401afbddaae56093cce388e62f7ba4d9d68a327 (diff)
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.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 72198d1..7913aa0 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