diff options
author | Kay Sievers <kay@vrfy.org> | 2015-07-07 11:35:30 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-07-07 11:35:30 +0200 |
commit | 55df1539c9d330732e88bd196afee386db6e4a1d (patch) | |
tree | c2d157cdf71040efdd79f195fd5e3b6f41e9b8e8 /m4 | |
parent | 2bcd919c681c952eb867ef1bdb458f1bc49c2d55 (diff) |
Diffstat (limited to 'm4')
-rw-r--r-- | m4/arch.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/m4/arch.m4 b/m4/arch.m4 deleted file mode 100644 index f17b427..0000000 --- a/m4/arch.m4 +++ /dev/null @@ -1,13 +0,0 @@ - -dnl SET_ARCH(ARCHNAME, PATTERN) -dnl -dnl Define ARCH_<archname> condition if the pattern match with the current -dnl architecture -dnl -AC_DEFUN([SET_ARCH], [ - cpu_$1=false - case "$host" in - $2) cpu_$1=true ;; - esac - AM_CONDITIONAL(AS_TR_CPP(ARCH_$1), [test "x$cpu_$1" = xtrue]) -]) |