Skip to content

Commit b64e066

Browse files
author
Tyler
committed
Minor tweak to configure rpath argument syntax
1 parent 6ff5f89 commit b64e066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ AC_ARG_WITH(papi,
178178
[
179179
if test -d "$withval"; then
180180
CFLAGS="$CFLAGS -I$withval/include"
181-
LDFLAGS="$LDFLAGS -L$withval/lib" "-Wl,-rpath=$withval/lib"
181+
LDFLAGS="$LDFLAGS -L$withval/lib -Wl,-rpath=$withval/lib"
182182
LIBS="$LIBS -lpapi"
183183
echo "papi: $withval"
184184
enable_mod_papi=yes

0 commit comments

Comments
 (0)