aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dd4cff3..966cdc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ CFLAGS="$CFLAGS -Wall -std=gnu99"
23case $host_os in 23case $host_os in
24 *aix*) 24 *aix*)
25 HOST_OS=aix 25 HOST_OS=aix
26 if [ $CC != "gcc" ]; then 26 if test "`echo $CC | cut -d ' ' -f 1`" != "gcc" ; then
27 CFLAGS="$USER_CFLAGS" 27 CFLAGS="$USER_CFLAGS"
28 fi 28 fi
29 AC_SUBST([PLATFORM_LDADD], ['-lperfstat -lpthread']) 29 AC_SUBST([PLATFORM_LDADD], ['-lperfstat -lpthread'])