From 3cef2a931c041d0ffd72d701b9bedd0b531bb1a8 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 14 Mar 2012 23:39:33 +0100 Subject: - rename configure.in to configure.ac - change references from configure.in to configure.ac --- Python/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python') diff --git a/Python/thread.c b/Python/thread.c index dd359e9f7b..dd333e8f94 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -24,7 +24,7 @@ #include #ifdef __sgi -#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */ +#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.ac */ #undef _POSIX_THREADS #endif #endif -- cgit v1.2.1