Browse Source

[2356] fixed typo: use ISC_RPATH_FLAG instead of hardcoded "-R"

JINMEI Tatuya 12 years ago
parent
commit
1f2f8e9d49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/m4/ax_isc_bind10.m4

+ 1 - 1
examples/m4/ax_isc_bind10.m4

@@ -93,7 +93,7 @@ do
 isc::util::OutputBuffer buffer(0);
 ], [BIND10_LDFLAGS="-L${d}"
     if test "x$ISC_RPATH_FLAG" != "x"; then
-       BIND10_RPATH="-R${d}"
+       BIND10_RPATH="${ISC_RPATH_FLAG}${d}"
     fi
     ])
   if test "x$BIND10_LDFLAGS" != "x"; then