[gegl/soc-2013-n-point-deformation: 23/28] remove accidentally added HAVE_64_BIT conditional variable
- From: Marek Dvoroznak <dvoromar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2013-n-point-deformation: 23/28] remove accidentally added HAVE_64_BIT conditional variable
- Date: Fri, 6 Dec 2013 05:03:02 +0000 (UTC)
commit a60cd0bf8a0874ebc9966e32577eb3e8780c7eca
Author: Marek Dvoroznak <dvoromar gmail com>
Date: Sat Oct 5 04:00:29 2013 +0200
remove accidentally added HAVE_64_BIT conditional variable
configure.ac | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
old mode 100755
new mode 100644
index 6c2c72f..a6f780b
--- a/configure.ac
+++ b/configure.ac
@@ -246,7 +246,6 @@ case "$target_or_host" in
;;
x86_64-*-*)
have_x86=yes
- have_64_bit=yes
AC_DEFINE(ARCH_X86, 1, [Define to 1 if you are compiling for ix86.])
AC_DEFINE(ARCH_X86_64, 1, [Define to 1 if you are compiling for amd64.])
;;
@@ -256,7 +255,6 @@ case "$target_or_host" in
;;
ppc64-*-* | powerpc64-*)
have_ppc=yes
- have_64_bit=yes
AC_DEFINE(ARCH_PPC, 1, [Define to 1 if you are compiling for PowerPC.])
AC_DEFINE(ARCH_PPC64, 1, [Define to 1 if you are compiling for PowerPC64.])
;;
@@ -264,8 +262,6 @@ case "$target_or_host" in
;;
esac
-AM_CONDITIONAL(HAVE_64_BIT, test "x$have_64_bit" = "xyes")
-
####################################################
# Check how to generate plug-ins (with gcc at least)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]