Skip to content

Commit

Permalink
enable nc on AIX
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Jan 4, 2016
1 parent 07e541c commit d000903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/check-os-options.m4
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing"
case $host_os in
*aix*)
BUILD_NC=yes
HOST_OS=aix
if test "`echo $CC | cut -d ' ' -f 1`" != "gcc" ; then
CFLAGS="-qnoansialias $USER_CFLAGS"
Expand Down

0 comments on commit d000903

Please sign in to comment.