The LINUX Makefile variable is not used anywhere in the current

Makefile infrastructure.  So get rid of the autoconf goop that sets
it.
This commit is contained in:
Bruce A. Mah 2014-04-10 14:59:03 -07:00
parent 5a657ae894
commit e5663022bd

View File

@ -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