[gegl/soc-2013-n-point-deformation] 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] remove accidentally added HAVE_64_BIT conditional variable
- Date: Sat, 5 Oct 2013 02:01:15 +0000 (UTC)
commit fa3a6152f4c35a8fd41961a797552ab6b147d230
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 e16cfdd..7cdd9bd
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,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.])
;;
@@ -231,7 +230,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.])
;;
@@ -239,8 +237,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]