summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-11-06 07:15:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-11-06 07:15:43 +0000
commit2ed9818ed96364ac37ca5a6432a075e83e6d9c56 (patch)
treedfe535aa1fefb08b1659921451d3ea7316a742ea /configure.in
parent6bad177e2fef129e0f8981d54bdb38fa36d88879 (diff)
- (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().
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 888cd91ce..0c43efcb8 100644
--- a/configure.in
+++ b/configure.in
@@ -247,7 +247,7 @@ AC_ARG_WITH(cflags,
247 ] 247 ]
248) 248)
249AC_ARG_WITH(ldflags, 249AC_ARG_WITH(ldflags,
250 [ --with-ldlags Specify additional flags to pass to linker], 250 [ --with-ldflags Specify additional flags to pass to linker],
251 [ 251 [
252 if test "x$withval" != "xno" ; then 252 if test "x$withval" != "xno" ; then
253 LDFLAGS="$LDFLAGS $withval" 253 LDFLAGS="$LDFLAGS $withval"