Skip to content
Snippets Groups Projects
Commit 092e2682 authored by shattered's avatar shattered
Browse files

Unbreak Linux build.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2387 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 3e6d9413
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
#include "config.h"
#if defined(linux)
# include <sys/ioctl.h>
# ifdef HAVE_LINUX_COMPILER_H
# include <linux/compiler.h>
# endif
......
#
# $Id: configure.in,v 1.125 2007/04/01 16:49:47 shattered Exp $
# $Id: configure.in,v 1.126 2007/04/03 18:20:46 shattered Exp $
#
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
......@@ -7,7 +7,7 @@ AC_INIT(smartmontools, 5.38, smartmontools-support@lists.sourceforge.net)
AC_CONFIG_SRCDIR(smartctl.cpp)
smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"`
smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.125 2007/04/01 16:49:47 shattered Exp $'`
smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.126 2007/04/03 18:20:46 shattered Exp $'`
smartmontools_release_date=2006/12/20
smartmontools_release_time="20:37:59 UTC"
......@@ -137,9 +137,6 @@ AC_SUBST(smartmontools_release_time)
dnl if OS not recognized, then use the os_generic modules
case "${host}" in
*-*-linux-gnu*)
AC_SUBST([os_deps], ['os_linux.o'])
AC_SUBST([os_libs], ['']) ;;
*-*-linux*)
AC_SUBST([os_deps], ['os_linux.o cciss.o'])
AC_SUBST([os_libs], ['']) ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment