use the same gcc test for AIX as HP-UX
This commit is contained in:
parent
97c910ecfd
commit
91f01629b9
@ -23,7 +23,7 @@ CFLAGS="$CFLAGS -Wall -std=gnu99"
|
|||||||
case $host_os in
|
case $host_os in
|
||||||
*aix*)
|
*aix*)
|
||||||
HOST_OS=aix
|
HOST_OS=aix
|
||||||
if [ $CC != "gcc" ]; then
|
if test "`echo $CC | cut -d ' ' -f 1`" != "gcc" ; then
|
||||||
CFLAGS="$USER_CFLAGS"
|
CFLAGS="$USER_CFLAGS"
|
||||||
fi
|
fi
|
||||||
AC_SUBST([PLATFORM_LDADD], ['-lperfstat -lpthread'])
|
AC_SUBST([PLATFORM_LDADD], ['-lperfstat -lpthread'])
|
||||||
|
Loading…
Reference in New Issue
Block a user