[Python-checkins] r70585 - python/branches/multiprocessing-autoconf/configure.in

christian.heimes python-checkins at python.org
Tue Mar 24 23:23:38 CET 2009


Author: christian.heimes
Date: Tue Mar 24 23:23:37 2009
New Revision: 70585

Log:
Somehow a period got into my code ...

Modified:
   python/branches/multiprocessing-autoconf/configure.in

Modified: python/branches/multiprocessing-autoconf/configure.in
==============================================================================
--- python/branches/multiprocessing-autoconf/configure.in	(original)
+++ python/branches/multiprocessing-autoconf/configure.in	Tue Mar 24 23:23:37 2009
@@ -3796,7 +3796,7 @@
   ,
   AC_DEFINE(HAVE_FD_TRANSFER, 1, Define if you have the 'sendmsg' function for fd transfer.)
   AC_MSG_RESULT(yes),
-  AC_DEFINE(HAVE_FD_TRANSFER, 0.)
+  AC_DEFINE(HAVE_FD_TRANSFER, 0)
   AC_MSG_RESULT(no)
 )
 


More information about the Python-checkins mailing list