diff options
author | Matt Turner <[email protected]> | 2012-08-14 12:33:32 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-16 15:04:54 -0700 |
commit | d12b07eb1a881df641f81ce7e31d3da8043a5b80 (patch) | |
tree | 0b7c865b642965e24508da6ce426d0929c6563f5 /configure.ac | |
parent | e273ed37eaf9de57883631f223afbe50f1c78291 (diff) |
build: Remove EXTRA_LIB_PATH
You can add extra library paths to LDFLAGS directly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 233efa2f980..7dac091b0cb 100644 --- a/configure.ac +++ b/configure.ac @@ -146,12 +146,8 @@ dnl LIB_DIR - library basename LIB_DIR=`echo $libdir | $SED 's%.*/%%'` AC_SUBST([LIB_DIR]) -dnl Cache LDFLAGS so we can add EXTRA_LIB_PATH and restore it later +dnl Cache LDFLAGS and CPPFLAGS so we can add to them and restore later _SAVE_LDFLAGS="$LDFLAGS" -AC_ARG_VAR([EXTRA_LIB_PATH],[Extra -L paths for the linker]) -AC_SUBST([EXTRA_LIB_PATH]) - -dnl Cache CPPFLAGS so we can add *_INCLUDES and restore it later _SAVE_CPPFLAGS="$CPPFLAGS" dnl Compiler macros |