From: Travis Cross Date: Thu, 20 Mar 2014 21:28:26 +0000 (+0000) Subject: Export paths touched by path_push_unique() X-Git-Tag: v1.5.12~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03132e3fd502c94ecb4925ba363f4282ffb33576;p=thirdparty%2Ffreeswitch.git Export paths touched by path_push_unique() FS-353 --- diff --git a/configure.ac b/configure.ac index fb101c29e7..0ad2ca2d21 100644 --- a/configure.ac +++ b/configure.ac @@ -566,7 +566,7 @@ path_remove () { path_push_unique () { x="$(eval echo \$$1)" x="$(path_remove "$x" "$2")" - eval $1="$2:$x" + eval export $1="$2:$x" } # tweak platform specific flags