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-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/1056cb66e67bccaf3001174d9ef28e962f6b5af1 Fix typo in previous rpath-related change (thanks hydra) --- diff --git a/configure.in b/configure.in index 4ad5efbb81..2c2ccccc11 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}