mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
AIX doesn't have daemon().
This commit is contained in:
parent
96601ce9fe
commit
9c541e42f0
3
configure
vendored
3
configure
vendored
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.56 2010-10-27 21:40:03 nicm Exp $
|
||||
# $Id: configure,v 1.57 2010-11-11 20:37:53 nicm Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
#
|
||||
@ -132,7 +132,6 @@ EOF
|
||||
AIX)
|
||||
cat <<EOF >>$CONFIG_H
|
||||
#define HAVE_BZERO
|
||||
#define HAVE_DAEMON
|
||||
#define HAVE_SETENV
|
||||
#define HAVE_STDINT_H
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user