[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/configure,v [EMACS_22_BASE]
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/configure,v [EMACS_22_BASE] |
Date: |
Thu, 17 Jan 2008 04:06:22 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Glenn Morris <gm> 08/01/17 04:06:22
Index: configure
===================================================================
RCS file: /sources/emacs/emacs/configure,v
retrieving revision 1.202.2.8
retrieving revision 1.202.2.9
diff -u -b -r1.202.2.8 -r1.202.2.9
--- configure 29 Nov 2007 07:28:18 -0000 1.202.2.8
+++ configure 17 Jan 2008 04:06:19 -0000 1.202.2.9
@@ -5828,7 +5828,7 @@
### The standard library on x86-64 GNU/Linux distributions can
### be located in either /usr/lib64 or /usr/lib.
case "${canonical}" in
- x86_64-*-linux-gnu* )
+ x86_64-*-linux-gnu* | s390x-*-linux-gnu* )
if test -d /usr/lib64; then
cat >>confdefs.h <<\_ACEOF
- [Emacs-diffs] Changes to emacs/configure,v [EMACS_22_BASE],
Glenn Morris <=