aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAaronMatthewBrown <devnull@localhost>2009-12-08 21:40:21 +0000
committerAaronMatthewBrown <devnull@localhost>2009-12-08 21:40:21 +0000
commit87ed7d6eb9b0ef975eed2b73faaf32ae74d1ffda (patch)
tree3d64fa19776f97bdb6866313a3bb43e51dd16b46 /configure.ac
parentf4a3ddaae6e4e7f0f6f5f2128ad4d87ea0f87121 (diff)
downloadiperf3-87ed7d6eb9b0ef975eed2b73faaf32ae74d1ffda.tar.gz
Silence an automake warning on debian systems.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d107b9d..ba1e9ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_PROG_LIBTOOL
# Sets a conditional makefile variable so that certain Makefile tasks will be
# performed only on linux (currently, add -luuid to LD_FLAGS)
-AM_CONDITIONAL([LINUX], [case $host_os in linux*) true;; *) false;; esac])
+AM_CONDITIONAL(LINUX, [case $host_os in linux*) true;; *) false;; esac])
# Checks for header files.
AC_HEADER_STDC