diff options
author | Brent Cook <bcook@openbsd.org> | 2016-01-03 19:08:20 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-01-03 21:20:03 -0600 |
commit | d0009039dec393dfa65dfebb2e5f41288ac185cc (patch) | |
tree | 06301d42d217887ea162228cdba5ffc52abb36e6 /m4 | |
parent | 07e541cc2e188bfed9f3284471cfcd02e09f6983 (diff) | |
download | portable-d0009039dec393dfa65dfebb2e5f41288ac185cc.tar.gz portable-d0009039dec393dfa65dfebb2e5f41288ac185cc.tar.bz2 portable-d0009039dec393dfa65dfebb2e5f41288ac185cc.zip |
enable nc on AIX
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check-os-options.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index b85516c..28209f1 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
@@ -4,6 +4,7 @@ CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing" | |||
4 | 4 | ||
5 | case $host_os in | 5 | case $host_os in |
6 | *aix*) | 6 | *aix*) |
7 | BUILD_NC=yes | ||
7 | HOST_OS=aix | 8 | HOST_OS=aix |
8 | if test "`echo $CC | cut -d ' ' -f 1`" != "gcc" ; then | 9 | if test "`echo $CC | cut -d ' ' -f 1`" != "gcc" ; then |
9 | CFLAGS="-qnoansialias $USER_CFLAGS" | 10 | CFLAGS="-qnoansialias $USER_CFLAGS" |