diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index e97915d67d..fd200b559d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -174,13 +174,13 @@ if test -z "$CROSS_COMPILE"; then ]) dnl end cache check check for extra options. if test "$tor_cv_library_$1_linker_option" != "(none)" ; then - TOR_LDFLAGS_$1="$tor_cv_library_$1_linker_option" + TOR_LDFLAGS_$1="$TOR_LDFLAGS_$1 $tor_cv_library_$1_linker_option" fi fi # cross-compile LIBS="$tor_saved_LIBS" LDFLAGS="$tor_saved_LDFLAGS" -CPPFLAGS="$TOR_CPPFLAGS_$1 $tor_saved_CPPFLAGS" +CPPFLAGS="$tor_saved_CPPFLAGS" ]) dnl end defun |