diff options
author | Romain Francoise <romain@orebokech.com> | 2008-11-28 22:39:06 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2008-11-28 22:39:06 +0000 |
commit | 3c00847f067d4e69ca7494f487ad91f4a5700252 (patch) | |
tree | 9d6fa8fad021f5b4537b520198168f23d3696c94 /configure.in | |
parent | f8d106b0f806da2527a702ef80e16be1f6636fea (diff) | |
download | emacs-3c00847f067d4e69ca7494f487ad91f4a5700252.tar.gz |
2008-11-28 Ulrich Mueller <ulm@gentoo.org>
* configure.in: Fix last change.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index df125902f3a..641bac74b8e 100644 --- a/configure.in +++ b/configure.in @@ -539,8 +539,8 @@ dnl see the `changequote' comment above. ;; ## Mips Linux-based GNU system - mips-*-linux-gnu* | mipsel-*-linux-gnu* | - mips64-*-linux-gnu* | mips64el-*-linux-gnu* ) + mips-*-linux-gnu* | mipsel-*-linux-gnu* \ + | mips64-*-linux-gnu* | mips64el-*-linux-gnu* ) machine=mips opsys=gnu-linux ;; |