diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-17 04:06:38 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-17 04:06:38 +0000 |
commit | eddedb1594409e2eb4dc42840a72023190d0e716 (patch) | |
tree | 86d42317b842124822afa38fdb2984c2df566fe8 /configure | |
parent | beccaaa6de6fb74a94e86237f3a5e1b8b969d8d0 (diff) | |
download | emacs-eddedb1594409e2eb4dc42840a72023190d0e716.tar.gz |
Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 8242d6ef59f..859f6b74881 100755 --- a/configure +++ b/configure @@ -5828,7 +5828,7 @@ fi ### 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 |