From: Glenn Morris Date: Tue, 1 May 2012 01:13:18 +0000 (-0400) Subject: Fix typo in previous rpath-related change (thanks hydra) X-Git-Tag: emacs-24.2.90~471^2~234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1056cb66e67bccaf3001174d9ef28e962f6b5af1;p=emacs.git Fix typo in previous rpath-related change (thanks hydra) --- diff --git a/configure.in b/configure.in index 4ad5efbb811..2c2ccccc11a 100644 --- a/configure.in +++ b/configure.in @@ -1503,7 +1503,7 @@ LD_SWITCH_X_SITE_RPATH= if test "${x_libraries}" != NONE; then if test -n "${x_libraries}"; then LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` - LD_SWITCH_X_SITE_RPATH=-Wl,-rpath`echo ${x_libraries} | sed -e "s/:/ -Wl,-rpath/g"` + LD_SWITCH_X_SITE_RPATH=-Wl,-rpath,`echo ${x_libraries} | sed -e "s/:/ -Wl,-rpath,/g"` fi x_default_search_path="" x_search_path=${x_libraries}