]> granicus.if.org Git - python/commitdiff
#22980: fix triplet configure test for powerpc-linux-gnu
authordoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 Apr 2015 21:31:02 +0000 (23:31 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 Apr 2015 21:31:02 +0000 (23:31 +0200)
configure
configure.ac

index 473f6b25ce4562b2ace3bd8e84ee2ac678e8243e..46f82870aabfea70f4da5a3e6a261fbd1f4381c1 100755 (executable)
--- a/configure
+++ b/configure
@@ -5071,6 +5071,7 @@ $as_echo_n "checking for the platform triplet based on compiler characteristics.
 cat >> conftest.c <<EOF
 #undef linux
 #undef i386
+#undef powerpc
 #undef unix
 #if defined(__linux__)
 # if defined(__x86_64__) && defined(__LP64__)
index aab01a4fcf9a23a0abd2b179394e4c1eea3ac215..26d7b361f4610e25365ca9016c48efa8dce9525b 100644 (file)
@@ -730,6 +730,7 @@ AC_MSG_CHECKING([for the platform triplet based on compiler characteristics])
 cat >> conftest.c <<EOF
 #undef linux
 #undef i386
+#undef powerpc
 #undef unix
 #if defined(__linux__)
 # if defined(__x86_64__) && defined(__LP64__)