From e5663022bd48fbb91c0e7e8a338e433c48b1ff05 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Thu, 10 Apr 2014 14:59:03 -0700 Subject: [PATCH] The LINUX Makefile variable is not used anywhere in the current Makefile infrastructure. So get rid of the autoconf goop that sets it. --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 6a2979f..d82380c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,11 +20,6 @@ AC_PROG_RANLIB AC_PROG_LN_S 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]) - # Checks for header files. AC_HEADER_STDC