From 58606f36a9f2b21edab5871b57124222ec8605d0 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 16 Nov 2011 15:43:36 +0000 Subject: [PATCH] --- config/ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ltmain.sh b/config/ltmain.sh index aa5624c81..78cf01752 100644 --- a/config/ltmain.sh +++ b/config/ltmain.sh @@ -8050,7 +8050,7 @@ EOF elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) func_apped perm_rpath " $libdir" ;; + *) func_append perm_rpath " $libdir" ;; esac fi done -- 2.50.1