pygobject r844 - trunk



Author: paulp
Date: Sun Jul 20 20:31:46 2008
New Revision: 844
URL: http://svn.gnome.org/viewvc/pygobject?rev=844&view=rev

Log:
2008-07-20  Paul Pogonyshev  <pogonyshev gmx net>

	* configure.ac (pygobject_CODEGEN_DEFINES): Fix libffi check
	logic.


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Jul 20 20:31:46 2008
@@ -163,7 +163,8 @@
 fi
 if test x"$with_libffi" == xyes && test x"$have_libffi" != xyes ; then
   AC_MSG_ERROR([ffi requested, but not found])
-else
+fi
+if test x"$with_libffi" == xyes; then
   AC_DEFINE(HAVE_FFI_H,1,[Have libffi include files])
 fi
 AC_MSG_RESULT([$have_libffi])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]