mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.
* acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using quadrigraphs.
This commit is contained in:
parent
7ced4e41ba
commit
2b88e564fb
4 changed files with 24 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
dnl macros to configure gnupg
|
||||
dnl Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
dnl
|
||||
dnl This file is part of GnuPG.
|
||||
dnl
|
||||
|
@ -115,7 +115,7 @@ define(GNUPG_CHECK_ENDIAN,
|
|||
tmp_assumed_endian=big
|
||||
if test "$cross_compiling" = yes; then
|
||||
case "$host_cpu" in
|
||||
i[345678]* )
|
||||
i@<:@345678@:>@* )
|
||||
tmp_assumed_endian=little
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue