diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-09-19 05:38:21 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-11-27 06:16:15 +0100 |
commit | 40d68949100d534e4dea766c7f8f60ed36aa4429 (patch) | |
tree | 855a3987b41b01724e575fdb9e91d1d1caee85c2 /configure.ac | |
parent | 768c8ba100f1bdef9bb99f8ca619d23f055877ce (diff) | |
download | pacman-40d68949100d534e4dea766c7f8f60ed36aa4429.tar.gz pacman-40d68949100d534e4dea766c7f8f60ed36aa4429.tar.xz |
buildsys: eschew use of DEFS, prefer AM_CPPFLAGS
This is redundant, and any usage of -D should belong to CPPFLAGS.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eea2f98f..b823fab3 100644 --- a/configure.ac +++ b/configure.ac @@ -486,7 +486,6 @@ ${PACKAGE_NAME}: compiler : ${CC} preprocessor flags : ${CPPFLAGS} compiler flags : ${WARNING_CFLAGS} ${CFLAGS} - defines : ${DEFS} library flags : ${LIBS} ${LIBSSL_LIBS} ${LIBARCHIVE_LIBS} ${LIBCURL_LIBS} ${GPGME_LIBS} linker flags : ${LDFLAGS} |