From 2ed9818ed96364ac37ca5a6432a075e83e6d9c56 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 6 Nov 2000 07:15:43 +0000 Subject: - (bal) typo in configure.in in regards to --with-ldflags from Marko Asplund - (bal) fixed next-posix.h. Forgot prototype of getppid(). --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 888cd91c..0c43efcb 100644 --- a/configure.in +++ b/configure.in @@ -247,7 +247,7 @@ AC_ARG_WITH(cflags, ] ) 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" -- cgit v1.2.1