From d4f27204b7526d7e2e2b0901e98f0161c2b3649d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 15 Jun 2013 00:38:42 -0700 Subject: [PATCH] Generate new configure script from autoconf inputs. --- configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index eff049f..c8099d6 100755 --- a/configure +++ b/configure @@ -660,6 +660,7 @@ LIBFFI_LIBS LIBFFI_CFLAGS CY_EXECUTE_FALSE CY_EXECUTE_TRUE +LTLIBAPR CY_EXECUTE WEBKIT_LIBS WEBKIT_CFLAGS @@ -19182,7 +19183,7 @@ case $apr_found in #( for element in `$apr_config --link-libtool`; do haveit= - for x in $LIBS; do + for x in $LTLIBAPR; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" @@ -19198,10 +19199,11 @@ case $apr_found in #( fi done if test -z "$haveit"; then - LIBS="${LIBS}${LIBS:+ }$element" + LTLIBAPR="${LTLIBAPR}${LTLIBAPR:+ }$element" fi done + ;; #( *) : as_fn_error $? "missing \"libapr\"" "$LINENO" 5 ;; -- 2.45.2