From a20199d9c1bc577e1cb3df5b62484e8e1e15831b Mon Sep 17 00:00:00 2001 From: Charles Doutriaux Date: Fri, 10 Oct 2014 10:33:36 -0700 Subject: [PATCH] also updated configure.ac --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cd452066..b9cd3774 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ case ${target_os} in FTAG="-Wl,-rpath=" ;; darwin*) - RTAG="-R" - FTAG="-Wl,-rpath=" + RTAG="-Wl,-rpath," + FTAG="-Wl,-rpath," ;; esac