From ccc50aa92c828b7522f6a1aa11afc9dc39a2cfc6 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 30 Oct 2006 12:28:54 +0000 Subject: [PATCH] Finished Christian's fix (next item below) by removing LINUX_86_64 hack from configure.in. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2316 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 5 ++++- sm5/configure.in | 8 ++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index a6fff85b7..6b60fd1e2 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.586 2006/10/30 08:58:55 geoffk1 Exp $ +$Id: CHANGELOG,v 1.587 2006/10/30 12:28:53 ballen4705 Exp $ The most recent version of this file is: http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup @@ -33,6 +33,9 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [BA] Finished Christian's fix (next item below) by removing + LINUX_86_64 hack from configure.in. + [CF] Fixed inclusion of PRI?64 macros from inttypes.h. [CF] Windows: Added WRITE LOG to support selective self tests. diff --git a/sm5/configure.in b/sm5/configure.in index d3d6f6904..447ce6da4 100644 --- a/sm5/configure.in +++ b/sm5/configure.in @@ -1,5 +1,5 @@ # -# $Id: configure.in,v 1.120 2006/10/25 17:01:42 ballen4705 Exp $ +# $Id: configure.in,v 1.121 2006/10/30 12:28:54 ballen4705 Exp $ # dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) @@ -7,7 +7,7 @@ AC_INIT(smartmontools, 5.37, 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.120 2006/10/25 17:01:42 ballen4705 Exp $'` +smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.121 2006/10/30 12:28:54 ballen4705 Exp $'` smartmontools_release_date=2006/04/12 smartmontools_release_time="17:39:01 UTC" @@ -129,10 +129,6 @@ AC_SUBST(smartmontools_release_time) dnl if OS not recognized, then use the os_generic modules case "${host}" in - x86_64-*-linux-gnu*) - AC_DEFINE_UNQUOTED(LINUX_X86_64, 1, [this is an x86_64 Linux system]) - AC_SUBST([os_deps], ['os_linux.o']) - AC_SUBST([os_libs], ['']) ;; *-*-linux-gnu*) AC_SUBST([os_deps], ['os_linux.o']) AC_SUBST([os_libs], ['']) ;; -- GitLab