diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-11-11 20:45:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-11-11 20:45:49 +0000 |
commit | a6fc49ae082c6972a126cf255eb66343b0fc0243 (patch) | |
tree | b2923f53c8158febffacaacec6507fbb1296fc67 /configure | |
parent | 94c2adf49958c568b940bb1394fa5f62c492cb2d (diff) | |
download | rtmux-a6fc49ae082c6972a126cf255eb66343b0fc0243.tar.gz rtmux-a6fc49ae082c6972a126cf255eb66343b0fc0243.tar.bz2 rtmux-a6fc49ae082c6972a126cf255eb66343b0fc0243.zip |
Fix AIX warnings.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.57 2010-11-11 20:37:53 nicm Exp $ +# $Id: configure,v 1.58 2010-11-11 20:45:49 nicm Exp $ # # Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> # @@ -131,7 +131,6 @@ EOF # ------------------------------------------------------------------------------ AIX) cat <<EOF >>$CONFIG_H -#define HAVE_BZERO #define HAVE_SETENV #define HAVE_STDINT_H EOF |