From 7e4c7560922e12aef78908488ba566c3c247c0dd Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 10 May 2000 00:15:25 +0000 Subject: src/lib/apr/hints.m4 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60033 13f79535-47bb-0310-9956-ffa450edef68 --- hints.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hints.m4') diff --git a/hints.m4 b/hints.m4 index adc8143fb..ff6d500fc 100644 --- a/hints.m4 +++ b/hints.m4 @@ -20,10 +20,9 @@ dnl AC_DEFUN(APR_DOEXTRA, [ for i in CFLAGS LDFLAGS LIBS do - XYZ="APR_TMP=\$EXTRA_$i"; eval $XYZ + eval APR_TMP=\$EXTRA_$i if test -n "$APR_TMP"; then - XYZ="$i=\"\$$i $APR_TMP\"" - eval $XYZ + eval $i=\"\$$i $APR_TMP\" eval export $i eval unset EXTRA_${i} eval export EXTRA_${i} -- cgit v1.2.1