Remove patch on -lspl as our --without-slp seems to take another branch in configure, anyway

cleanup-cruft
Sebastian Pipping 14 years ago
parent 3cac23cc34
commit fd6e600f70

@ -1,11 +0,0 @@
--- 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
]
)
Loading…
Cancel
Save