You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/utils/open-isns/configure.ac
|
|
+++ b/utils/open-isns/configure.ac
|
|
@@ -80,7 +80,7 @@ AC_ARG_WITH(slp,
|
|
else
|
|
WITH_SLP=yes
|
|
CPPFLAGS="$CPPFLAGS -I${withval}"
|
|
- LDFLAGS="$LDFLAGS -L${withval}"
|
|
+ LDFLAGS="$LDFLAGS -L${withval} -lslp"
|
|
fi
|
|
]
|
|
)
|