- (bal) typo in configure.in in regards to --with-ldflags from Marko
   Asplund <aspa@kronodoc.fi>
 - (bal) fixed next-posix.h.  Forgot prototype of getppid().
diff --git a/configure.in b/configure.in
index 888cd91..0c43efc 100644
--- a/configure.in
+++ b/configure.in
@@ -247,7 +247,7 @@
 	]	
 )
 AC_ARG_WITH(ldflags,
-	[  --with-ldlags           Specify additional flags to pass to linker],
+	[  --with-ldflags          Specify additional flags to pass to linker],
 	[
 		if test "x$withval" != "xno" ; then
 			LDFLAGS="$LDFLAGS $withval"