diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-11-11 20:37:53 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-11-11 20:37:53 +0000 |
commit | 9c541e42f0adc941cbab49844f0f01b320d6a05f (patch) | |
tree | 4fd180f2bb50182e1b65cb73b7c5d17c527ddbdf | |
parent | 96601ce9fe320873459f2d7a069abc17ab303a70 (diff) | |
download | rtmux-9c541e42f0adc941cbab49844f0f01b320d6a05f.tar.gz rtmux-9c541e42f0adc941cbab49844f0f01b320d6a05f.tar.bz2 rtmux-9c541e42f0adc941cbab49844f0f01b320d6a05f.zip |
AIX doesn't have daemon().
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |