aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-12 12:11:34 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-12 19:15:30 +0000
commita17bb6c3508cea056113f4a54ebcaf44312e50aa (patch)
tree50c2d90b090238824cd629e08374268d0802b2b4 /configure.ac
parent0f45a13518129ea0bda3ed732b57e3da10fa97c3 (diff)
Update a comment.
Change-Id: I38e42ec1ea86a0678333093795be707d6e68ab62 Reviewed-on: https://code.wireshark.org/review/9607 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 542e206de6..82b12d2084 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1338,7 +1338,8 @@ darwin*)
# with a static version installed in /usr/local/lib rather than
# the system version in /usr/lib).
#
- # Also add -Wl,-rpath,@executable_path/../lib and
+ # Also add -Wl,-rpath,@executable_path/../lib,
+ # -Wl,-rpath,@executable_path/../Frameworks, and
# -Wl,-rpath,/usr/local/lib, so that, if we build an app
# bundle, we can tweak all the executable images, shared
# libraries, and plugins in the bundle to look for non-system